Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ parameters:
bootstrapFiles:
- phpunit-bootstrap.php
treatPhpDocTypesAsCertain: false

ignoreErrors:
# yamllint disable rule:line-length

# Level 3
# Bug upstream. See: https://github.com/phpstan/phpstan/issues/13325
-
message: '`^Property PHPCSDevTools\\Scripts\\FileList::\$fileIterator \(RegexIterator<[^)]+>>\) does not accept RegexIterator<[^>]+>>\.$`'
path: Scripts/FileList.php
count: 1

# yamllint enable rule:line-length