Skip to content

Commit 6835672

Browse files
committed
Fixed build
1 parent e0554aa commit 6835672

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ parameters:
1010
excludes_analyse:
1111
- %rootDir%/../../../tests/*/data/*
1212
- %rootDir%/../../../tests/NetteObjectChild.php
13+
14+
ignoreErrors:
15+
- '~^Parameter \#1 \$node \(.*\) of method .*Rule::processNode\(\) should be contravariant with parameter \$node \(PhpParser\\Node\) of method PHPStan\\Rules\\Rule::processNode\(\)$~'

0 commit comments

Comments
 (0)