From 595d8b63a589e6ac0835c83a45304c7397dc37d1 Mon Sep 17 00:00:00 2001 From: Martin Rademacher Date: Tue, 14 Nov 2023 12:46:19 +1300 Subject: [PATCH] Update phpstan baseline (#1500) --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) 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