Skip to content

Commit

Permalink
phpstan level 8 CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpozzi committed Feb 7, 2020
1 parent b2f5d97 commit 75d88fc
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 123 deletions.
4 changes: 3 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
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\\.$#"
Loading

0 comments on commit 75d88fc

Please sign in to comment.