Skip to content

Commit 5ec53c8

Browse files
authored
fix phpstan deprecation warning (#2023)
1 parent 401c71b commit 5ec53c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ includes:
22
- phpstan-baseline.neon
33
parameters:
44
level: 7
5-
checkMissingIterableValueType: false
65
reportUnmatchedIgnoredErrors: false
76
paths:
87
- '%rootDir%/../../../src/'
98
ignoreErrors:
109
- '#Call to an undefined method .+Collection::.+Array\(\)#'
1110
- '#Call to an undefined method object::.+\(\)#'
11+
-
12+
identifier: missingType.iterableValue
1213

0 commit comments

Comments
 (0)