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 45fc9fd commit ee7ff4dCopy full SHA for ee7ff4d
phpstan.neon
@@ -16,7 +16,7 @@ parameters:
16
- '#Negated boolean expression is always false.#'
17
- '#Parameter \#1 \$.+ of function call_user_func_array expects .+, array.+ given.#'
18
- '#Cannot cast array\|string\|null to .+.#'
19
- - '#Cannot cast non-empty-array\|non-empty-string to string#'
+ - '#Cannot cast non-empty-array\|non-falsy-string to string#'
20
21
includes:
22
- vendor/cakedc/cakephp-phpstan/extension.neon
0 commit comments