Skip to content

Commit

Permalink
Fix phpstan unescaped |
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe committed Jul 3, 2024
1 parent 1adebfb commit 13fe6a5
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 @@ -19,6 +19,6 @@ parameters:
- "#Unsafe usage of new static#"
- '#on array\<string, non-empty-array\<int\<0, max\>, mixed\>\> in empty\(\) does not exist.#'
- '#on array<string, non-empty-array<int<0, max>, mixed>> in isset\(\) does not exist#'
- '#on non-empty-array<1|string, array<int<0, max>, mixed>> in isset\(\) does not exist.#'
- '#on non-empty-array<1\|string, array<int<0, max>, mixed>> in isset\(\) does not exist.#'
- '#\$callback of method Illuminate\\Support\\Collection<int,string>::filter\(\) expects \(callable\(string, int\): bool\)\|null, Closure\(mixed\): int<0, max> given.#'
- '#Property Illuminate\\Database\\Query\\Builder\:\:\$joins \(array\) on left side of \?\? is not nullable.#'

0 comments on commit 13fe6a5

Please sign in to comment.