Skip to content

Commit c0ddc9d

Browse files
authored
Fix deprecations in phpstan config
1 parent 8270c6e commit c0ddc9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ includes:
44
parameters:
55
level: 6
66
treatPhpDocTypesAsCertain: false
7-
checkMissingIterableValueType: false
8-
checkGenericClassInNonGenericObjectType: false
97
paths:
108
- src/
119
ignoreErrors:
1210
- '#Unsafe usage of new static\(\)\.#'
11+
- identifier: missingType.iterableValue
12+
- identifier: missingType.generics

0 commit comments

Comments
 (0)