Skip to content

Commit

Permalink
fix tests: replace deprecated option with new one (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugu7264 authored Jun 18, 2024
1 parent 2bd0466 commit 2245c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
level: 7
paths:
- src
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Unreachable statement \- code above always terminates\.#'
- identifier: missingType.iterableValue

0 comments on commit 2245c8d

Please sign in to comment.