Skip to content

Commit 7779f7e

Browse files
committed
chore: fix phsptan config to allow bare array typehint
1 parent 8c789c9 commit 7779f7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: phpstan.neon

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ parameters:
1717
checkMaybeUndefinedVariables: true
1818
treatPhpDocTypesAsCertain: false
1919
ignoreErrors:
20+
- identifier: missingType.iterableValue
21+
path: tests/_support/_generated/FunctionalTesterActions.php
2022
- identifier: return.type
2123
path: tests/_support/_generated/FunctionalTesterActions.php
2224
message: "# but returns mixed.$#"

0 commit comments

Comments
 (0)