Skip to content

Commit 32dbd12

Browse files
committed
Migrate away from the deprecated checkMissingIterableValueType setting
1 parent 3eaf042 commit 32dbd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.dist.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ parameters:
33
paths:
44
- src
55
- tests
6-
checkMissingIterableValueType: false
76
ignoreErrors:
7+
- identifier: missingType.iterableValue # TODO remove this ignore rule once DriverInterface defines the appropriate value types
88
- '#^Method Behat\\Mink\\Tests\\Driver\\Custom\\[^:]+Test(Case)?\:\:test\w*\(\) has no return type specified\.$#'
99

1010
includes:

0 commit comments

Comments
 (0)