We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c789c9 commit 7779f7eCopy full SHA for 7779f7e
phpstan.neon
@@ -17,6 +17,8 @@ parameters:
17
checkMaybeUndefinedVariables: true
18
treatPhpDocTypesAsCertain: false
19
ignoreErrors:
20
+ - identifier: missingType.iterableValue
21
+ path: tests/_support/_generated/FunctionalTesterActions.php
22
- identifier: return.type
23
path: tests/_support/_generated/FunctionalTesterActions.php
24
message: "# but returns mixed.$#"
0 commit comments