We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1311dcf commit 486f034Copy full SHA for 486f034
phpstan.neon.dist
@@ -9,3 +9,11 @@ parameters:
9
bootstrapFiles:
10
- phpunit-bootstrap.php
11
treatPhpDocTypesAsCertain: false
12
+
13
+ ignoreErrors:
14
+ # Level 3
15
+ # Bug upstream. See: https://github.com/phpstan/phpstan/issues/13325
16
+ -
17
+ message: '`^Property PHPCSDevTools\\Scripts\\FileList::\$fileIterator \(RegexIterator<[^)]+>>\) does not accept RegexIterator<[^>]+>>\.$`'
18
+ path: Scripts/FileList.php
19
+ count: 1
0 commit comments