We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f3fe5 commit 57956f9Copy full SHA for 57956f9
extension.neon
@@ -17,5 +17,8 @@ parameters:
17
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection\<mixed\,mixed\>\:\:each\(\) expects callable\(mixed\, mixed\)\: bool\|void, Closure#'
18
- '#Parameter \#1 \$callback of method Illuminate\\Support\\(Collection|LazyCollection).*?\:\:(each|reject|transform|map|filter|only|except|reduce).*?expects.*?(Closure|callable).*?(Closure|callable).*?given#'
19
20
+ # Allow mixed types for collect function
21
+ - '#Unable to resolve the template type (TKey|TValue) in call to function collect#'
22
+
23
# Laravel-Ide-Helper integration
24
- '#PHPDoc tag @mixin contains unknown class Eloquent#'
0 commit comments