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 81544ed + 9c534c7 commit f82a4cfCopy full SHA for f82a4cf
phpstan.neon.dist
@@ -12,6 +12,17 @@ parameters:
12
treatPhpDocTypesAsCertain: false
13
14
ignoreErrors:
15
+ # yamllint disable rule:line-length
16
+
17
+ # Level 3
18
+ # Bug upstream. See: https://github.com/phpstan/phpstan/issues/13325
19
+ -
20
+ message: '`^Property PHPCSDevTools\\Scripts\\Utils\\FileList::\$fileIterator \(RegexIterator<[^)]+>>\) does not accept RegexIterator<[^>]+>>\.$`'
21
+ path: Scripts/Utils/FileList.php
22
+ count: 1
23
24
+ # yamllint enable rule:line-length
25
26
# Level 5
27
-
28
count: 1
0 commit comments