|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Cannot call method merge\\(\\) on mixed\\.$#" |
| 4 | + message: '#^Parameter \#1 \$configuration of method TailwindMerge\\Factory\:\:withConfiguration\(\) expects array\<string, mixed\>, mixed given\.$#' |
| 5 | + identifier: argument.type |
5 | 6 | count: 1
|
6 | 7 | path: src/TailwindMergeServiceProvider.php
|
7 | 8 |
|
8 | 9 | -
|
9 |
| - message: "#^Parameter \\#1 \\$configuration of method TailwindMerge\\\\Factory\\:\\:withConfiguration\\(\\) expects array\\<string, mixed\\>, mixed given\\.$#" |
| 10 | + message: '#^Parameter \#1 \$name of method Illuminate\\View\\Compilers\\BladeCompiler\:\:directive\(\) expects string, mixed given\.$#' |
| 11 | + identifier: argument.type |
10 | 12 | count: 1
|
11 | 13 | path: src/TailwindMergeServiceProvider.php
|
12 | 14 |
|
13 | 15 | -
|
14 |
| - message: "#^Parameter \\#1 \\$name of method Illuminate\\\\View\\\\Compilers\\\\BladeCompiler\\:\\:directive\\(\\) expects string, mixed given\\.$#" |
| 16 | + message: '#^Parameter \#1 \.\.\.\$args of method TailwindMerge\\Contracts\\TailwindMergeContract\:\:merge\(\) expects array\<array\<string\>\|string\>\|string, array\<int\|string, mixed\> given\.$#' |
| 17 | + identifier: argument.type |
| 18 | + count: 2 |
| 19 | + path: src/TailwindMergeServiceProvider.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Parameter \#2 \.\.\.\$args of method TailwindMerge\\Contracts\\TailwindMergeContract\:\:merge\(\) expects array\<array\<string\>\|string\>\|string, mixed given\.$#' |
| 23 | + identifier: argument.type |
15 | 24 | count: 1
|
16 | 25 | path: src/TailwindMergeServiceProvider.php
|
17 | 26 |
|
18 | 27 | -
|
19 |
| - message: "#^Cannot call method merge\\(\\) on mixed\\.$#" |
| 28 | + message: '#^Cannot call method merge\(\) on mixed\.$#' |
| 29 | + identifier: method.nonObject |
| 30 | + count: 1 |
| 31 | + path: src/helpers.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Function twMerge\(\) should return string but returns mixed\.$#' |
| 35 | + identifier: return.type |
20 | 36 | count: 1
|
21 | 37 | path: src/helpers.php
|
0 commit comments