From 19f566fba18a211f485bc2568a7e1d08a64a6a5f Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sat, 8 Dec 2018 23:45:38 +0100 Subject: [PATCH] Ignore error from strict method signature rule --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) 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: