Skip to content

Commit

Permalink
"Cannot cast mixed to int." error ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Apr 14, 2022
1 parent 348963c commit 68fda8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ parameters:
- '#Parameter \#3 \$length of function mb_substr expects int\|null.*\.#'
- '#Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null\, mixed given\.#'
- '#Parameter \#1 \.\.\.\$arrays of function array_merge expects array\, mixed given\.#'
- '#Cannot cast mixed to int\.#'
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon

0 comments on commit 68fda8c

Please sign in to comment.