Skip to content

Commit f82a4cf

Browse files
committed
Merge branch 'stable' into develop
2 parents 81544ed + 9c534c7 commit f82a4cf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

phpstan.neon.dist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ parameters:
1212
treatPhpDocTypesAsCertain: false
1313

1414
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+
1526
# Level 5
1627
-
1728
count: 1

0 commit comments

Comments
 (0)