diff --git a/phpstan.neon b/phpstan.neon index 0ef58265..a017ce35 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,6 +6,8 @@ includes: parameters: excludes_analyse: - */tests/*/data/* + ignoreErrors: + - '~^Parameter \#1 \$node \(.*\) of method .*Rule::processNode\(\) should be compatible with parameter \$node \(PhpParser\\Node\) of method PHPStan\\Rules\\Rule::processNode\(\)$~' services: scopeIsInClass: