We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348963c commit 68fda8cCopy full SHA for 68fda8c
phpstan.neon
@@ -16,5 +16,6 @@ parameters:
16
- '#Parameter \#3 \$length of function mb_substr expects int\|null.*\.#'
17
- '#Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null\, mixed given\.#'
18
- '#Parameter \#1 \.\.\.\$arrays of function array_merge expects array\, mixed given\.#'
19
+ - '#Cannot cast mixed to int\.#'
20
includes:
21
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
0 commit comments