Skip to content

Commit f4fb993

Browse files
committed
update phpstan configuration
1 parent e6914f6 commit f4fb993

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

phpstan.neon.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
parameters:
22
level: 8
3-
checkMissingIterableValueType: false
43
treatPhpDocTypesAsCertain: false
54
paths:
65
- src/
76
excludePaths:
87
- test_app/
98
ignoreErrors:
10-
-
11-
identifier: missingType.generics
9+
- identifier: missingType.iterableValue
10+
- identifier: missingType.generics

0 commit comments

Comments
 (0)