Skip to content

Commit f23cd3d

Browse files
iluuu1994ondrejmirtes
authored andcommitted
Ignore error from strict method signature rule
1 parent 3bfc4e8 commit f23cd3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ includes:
66
parameters:
77
excludes_analyse:
88
- */tests/*/data/*
9+
ignoreErrors:
10+
- '~^Parameter \#1 \$node \(.*\) of method .*Rule::processNode\(\) should be compatible with parameter \$node \(PhpParser\\Node\) of method PHPStan\\Rules\\Rule::processNode\(\)$~'
911

1012
services:
1113
scopeIsInClass:

0 commit comments

Comments
 (0)