Skip to content

Commit 7476d61

Browse files
committed
Fix deprecations
1 parent c3645f2 commit 7476d61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phpstan.neon.dist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ parameters:
55
level: 9
66
paths:
77
- src
8+
ignoreErrors:
9+
- identifier: missingType.iterableValue
10+
- identifier: missingType.generics
811
tmpDir: build/phpstan
912
checkOctaneCompatibility: true
1013
checkModelProperties: true
11-
checkMissingIterableValueType: false
12-
checkGenericClassInNonGenericObjectType: false

0 commit comments

Comments
 (0)