Skip to content

Commit ee7ff4d

Browse files
committed
Fix PHPStan
1 parent 45fc9fd commit ee7ff4d

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
@@ -16,7 +16,7 @@ parameters:
1616
- '#Negated boolean expression is always false.#'
1717
- '#Parameter \#1 \$.+ of function call_user_func_array expects .+, array.+ given.#'
1818
- '#Cannot cast array\|string\|null to .+.#'
19-
- '#Cannot cast non-empty-array\|non-empty-string to string#'
19+
- '#Cannot cast non-empty-array\|non-falsy-string to string#'
2020

2121
includes:
2222
- vendor/cakedc/cakephp-phpstan/extension.neon

0 commit comments

Comments
 (0)