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.
2 parents 1311dcf + c9356e3 commit 9c534c7Copy full SHA for 9c534c7
phpstan.neon.dist
@@ -9,3 +9,15 @@ parameters:
9
bootstrapFiles:
10
- phpunit-bootstrap.php
11
treatPhpDocTypesAsCertain: false
12
+
13
+ ignoreErrors:
14
+ # yamllint disable rule:line-length
15
16
+ # Level 3
17
+ # Bug upstream. See: https://github.com/phpstan/phpstan/issues/13325
18
+ -
19
+ message: '`^Property PHPCSDevTools\\Scripts\\FileList::\$fileIterator \(RegexIterator<[^)]+>>\) does not accept RegexIterator<[^>]+>>\.$`'
20
+ path: Scripts/FileList.php
21
+ count: 1
22
23
+ # yamllint enable rule:line-length
0 commit comments