Skip to content

Commit

Permalink
Replace deprecated phpstan parameter "checkMissingIterableValueType"
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Jul 16, 2024
1 parent 6cad119 commit 2d55937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ parameters:
- bin
- src
- tests
checkMissingIterableValueType: false
ignoreErrors:
-
identifier: missingType.iterableValue
-
# False positive
message: '#Cannot call method [a-zA-Z]+\(\) on Smile\\GdprDump\\Database\\Metadata\\Definition\\Constraint\\ForeignKey#'
Expand Down

0 comments on commit 2d55937

Please sign in to comment.