We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b761ed4 commit b92e188Copy full SHA for b92e188
phpstan.neon
@@ -11,6 +11,10 @@ parameters:
11
ignoreErrors:
12
- '#Parameter \#1 \$object_or_class of function method_exists expects object\|string, mixed given\.#'
13
- '#Trying to invoke mixed but it(.*) not a callable\.#'
14
+ - '#Method (.*) should return (.*) but returns mixed\.#'
15
+ - '#Parameter \#\d+ \$(.*) of method (.*) expects (.*), mixed given\.#'
16
+ - '#Parameter \#\d+ \$(.*) of function (.*) expects (.*), mixed given\.#'
17
+ - '#Parameter \#2 \.\.\.\$arrays of function array_merge expects array, mixed given\.#'
18
-
19
identifier: missingType.iterableValue
20
0 commit comments