Skip to content

Commit 15d05f8

Browse files
committed
phpstan level 8 CI check
1 parent b2f5d97 commit 15d05f8

8 files changed

+177
-114
lines changed

phpstan.neon

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ includes:
22
- vendor/phpstan/phpstan-phpunit/extension.neon
33

44
parameters:
5-
level: 4
5+
level: 8
66
paths:
77
- src/
88
- tests/
99
inferPrivatePropertyTypeFromConstructor: true
1010
reportUnmatchedIgnoredErrors: false
11+
checkMissingIterableValueType: false
1112
ignoreErrors:
1213
- "#^Call to an undefined static method #"
14+
- "#^Parameter \\#1 \\$command of class Symfony\\\\Component\\\\Process\\\\Process constructor expects array, string given\\.$#"

0 commit comments

Comments
 (0)