Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 30, 2022
1 parent 45fc9fd commit ee7ff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
- '#Negated boolean expression is always false.#'
- '#Parameter \#1 \$.+ of function call_user_func_array expects .+, array.+ given.#'
- '#Cannot cast array\|string\|null to .+.#'
- '#Cannot cast non-empty-array\|non-empty-string to string#'
- '#Cannot cast non-empty-array\|non-falsy-string to string#'

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

0 comments on commit ee7ff4d

Please sign in to comment.