From 6b64e42b497318b3b306a1d082141478c9bbb942 Mon Sep 17 00:00:00 2001 From: Tonko Mulder Date: Thu, 13 Jun 2024 17:31:01 +0200 Subject: [PATCH] update baseline --- phpstan-baseline.neon | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 4ceb720..8e00d7e 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -5,27 +5,12 @@ parameters: count: 1 path: src/Rules/Debug/ChainedNoDebugInNamespaceRule.php - - - message: "#^Undefined variable\\: \\$name$#" - count: 1 - path: src/Rules/Debug/ChainedNoDebugInNamespaceRule.php - - message: "#^Access to an undefined property PhpParser\\\\Node\\:\\:\\$name\\.$#" count: 1 path: src/Rules/Debug/NoDebugInNamespaceRule.php - - - message: "#^Undefined variable\\: \\$name$#" - count: 1 - path: src/Rules/Debug/NoDebugInNamespaceRule.php - - message: "#^Access to an undefined property PhpParser\\\\Node\\:\\:\\$name\\.$#" count: 1 path: src/Rules/Debug/StaticChainedNoDebugInNamespaceRule.php - - - - message: "#^Undefined variable\\: \\$name$#" - count: 1 - path: src/Rules/Debug/StaticChainedNoDebugInNamespaceRule.php