Skip to content

Commit

Permalink
8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Sep 5, 2024
1 parent 748d3ca commit d8b07a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ parameters:
- '#Cannot assign new offset to array<int, string>\|string.#'
- '#Cannot access offset .* on mixed.#'
- '#Cannot access offset .* on array\|int.#'
- '#Cannot access an offset on array\|Countable.#'
- '#Parameter \#1 \$haystack of function str_starts_with expects string, int\|string given.#'
- '#Parameter \#3 \$length of function substr expects int\|null, int<0, max>\|false given.#'
- '#Parameter \#1 \$string of function htmlspecialchars expects string, array<int, string>\|string given.#'
Expand Down

0 comments on commit d8b07a5

Please sign in to comment.