diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 015662f41..4fbce65e8 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -10,6 +10,11 @@ parameters: count: 1 path: Examples/using-links-php81/User.php + - + message: "#^Strict comparison using \\=\\=\\= between array\\|string and false will always evaluate to false\\.$#" + count: 1 + path: src/Analysers/TokenScanner.php + - message: "#^Access to an undefined property OpenApi\\\\Annotations\\\\AbstractAnnotation\\:\\:\\$description\\.$#" count: 1