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