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 69b24de commit 63383a4Copy full SHA for 63383a4
phpstan.neon
@@ -14,7 +14,7 @@ parameters:
14
- '#Method (.*) should return (.*) but returns mixed\.#'
15
- '#Parameter (.*), mixed given.#'
16
- '#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\.#'
+ - '#Parameter \#1 \$string of function str expects string\|null, float\|int\|string\|null given\.#'
18
- '#Unsafe usage of new static\(\)\.#'
19
- '#Cannot cast mixed to string\.#'
20
0 commit comments