Skip to content

Commit 6c980c1

Browse files
committed
Fixed build
1 parent bb1b94d commit 6c980c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon

+2
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 contravariant with parameter \$node \(PhpParser\\Node\) of method PHPStan\\Rules\\Rule::processNode\(\)$~'
911

1012
services:
1113
scopeIsInClass:

0 commit comments

Comments
 (0)