Skip to content

Commit

Permalink
fix phpstan deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Dec 11, 2024
1 parent bbb64a8 commit 43f1244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ includes:
- phpstan-baseline.neon
parameters:
level: 7
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
paths:
- '%rootDir%/../../../src/'
ignoreErrors:
- '#Call to an undefined method .+Collection::.+Array\(\)#'
- '#Call to an undefined method object::.+\(\)#'
-
identifier: missingType.iterableValue

0 comments on commit 43f1244

Please sign in to comment.