Skip to content

Commit

Permalink
Merge pull request #391 from KnpLabs/phpstan-lvl-8
Browse files Browse the repository at this point in the history
Increase phpstan level to 8
  • Loading branch information
alexpozzi committed Feb 14, 2020
2 parents b2f5d97 + 15d05f8 commit a9c6878
Show file tree
Hide file tree
Showing 8 changed files with 177 additions and 114 deletions.
4 changes: 3 additions & 1 deletion phpstan.neon
Expand Up @@ -2,11 +2,13 @@ includes:
- vendor/phpstan/phpstan-phpunit/extension.neon

parameters:
level: 4
level: 8
paths:
- src/
- tests/
inferPrivatePropertyTypeFromConstructor: true
reportUnmatchedIgnoredErrors: false
checkMissingIterableValueType: false
ignoreErrors:
- "#^Call to an undefined static method #"
- "#^Parameter \\#1 \\$command of class Symfony\\\\Component\\\\Process\\\\Process constructor expects array, string given\\.$#"

0 comments on commit a9c6878

Please sign in to comment.