Skip to content

Commit 2245c8d

Browse files
authored
fix tests: replace deprecated option with new one (#402)
1 parent 2bd0466 commit 2245c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
level: 7
33
paths:
44
- src
5-
checkMissingIterableValueType: false
65
reportUnmatchedIgnoredErrors: false
76
ignoreErrors:
87
- '#Unreachable statement \- code above always terminates\.#'
8+
- identifier: missingType.iterableValue

0 commit comments

Comments
 (0)