We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checkMissingIterableValueType
1 parent 3eaf042 commit 32dbd12Copy full SHA for 32dbd12
phpstan.dist.neon
@@ -3,8 +3,8 @@ parameters:
3
paths:
4
- src
5
- tests
6
- checkMissingIterableValueType: false
7
ignoreErrors:
+ - identifier: missingType.iterableValue # TODO remove this ignore rule once DriverInterface defines the appropriate value types
8
- '#^Method Behat\\Mink\\Tests\\Driver\\Custom\\[^:]+Test(Case)?\:\:test\w*\(\) has no return type specified\.$#'
9
10
includes:
0 commit comments