Skip to content

Commit 83f6717

Browse files
committed
Fixed build
1 parent 039cfbc commit 83f6717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
excludes_analyse:
88
- */tests/*/data/*
99
ignoreErrors:
10-
- '~^Parameter \#1 \$node \(.*\) of method .*Rule::processNode\(\) should be compatible with parameter \$node \(PhpParser\\Node\) of method PHPStan\\Rules\\Rule::processNode\(\)$~'
10+
- '~^Parameter \#1 \$node \(.*\) of method .*Rule::processNode\(\) should be contravariant with parameter \$node \(PhpParser\\Node\) of method PHPStan\\Rules\\Rule::processNode\(\)$~'
1111

1212
services:
1313
scopeIsInClass:

0 commit comments

Comments
 (0)