Skip to content

Commit 57956f9

Browse files
committed
Added more ignore rules
1 parent f7f3fe5 commit 57956f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extension.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ parameters:
1717
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection\<mixed\,mixed\>\:\:each\(\) expects callable\(mixed\, mixed\)\: bool\|void, Closure#'
1818
- '#Parameter \#1 \$callback of method Illuminate\\Support\\(Collection|LazyCollection).*?\:\:(each|reject|transform|map|filter|only|except|reduce).*?expects.*?(Closure|callable).*?(Closure|callable).*?given#'
1919

20+
# Allow mixed types for collect function
21+
- '#Unable to resolve the template type (TKey|TValue) in call to function collect#'
22+
2023
# Laravel-Ide-Helper integration
2124
- '#PHPDoc tag @mixin contains unknown class Eloquent#'

0 commit comments

Comments
 (0)