Skip to content

Commit 68fda8c

Browse files
committed
"Cannot cast mixed to int." error ignored
1 parent 348963c commit 68fda8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ parameters:
1616
- '#Parameter \#3 \$length of function mb_substr expects int\|null.*\.#'
1717
- '#Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null\, mixed given\.#'
1818
- '#Parameter \#1 \.\.\.\$arrays of function array_merge expects array\, mixed given\.#'
19+
- '#Cannot cast mixed to int\.#'
1920
includes:
2021
- vendor/phpstan/phpstan/conf/bleedingEdge.neon

0 commit comments

Comments
 (0)