Skip to content

Commit 63383a4

Browse files
committed
update phpstan.neon
1 parent 69b24de commit 63383a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
- '#Method (.*) should return (.*) but returns mixed\.#'
1515
- '#Parameter (.*), mixed given.#'
1616
- '#Parameter \#1 \$string of function strlen expects string, string\|null given\.#'
17-
- '#Parameter \#1 \$string of function str expects string\|null, float\|int\|string given\.#'
17+
- '#Parameter \#1 \$string of function str expects string\|null, float\|int\|string\|null given\.#'
1818
- '#Unsafe usage of new static\(\)\.#'
1919
- '#Cannot cast mixed to string\.#'
2020

0 commit comments

Comments
 (0)