-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes after merging Laravel 12 compatibility
- Loading branch information
1 parent
c842ca0
commit 5c9d90a
Showing
3 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,37 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Cannot call method merge\\(\\) on mixed\\.$#" | ||
message: '#^Parameter \#1 \$configuration of method TailwindMerge\\Factory\:\:withConfiguration\(\) expects array\<string, mixed\>, mixed given\.$#' | ||
identifier: argument.type | ||
count: 1 | ||
path: src/TailwindMergeServiceProvider.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$configuration of method TailwindMerge\\\\Factory\\:\\:withConfiguration\\(\\) expects array\\<string, mixed\\>, mixed given\\.$#" | ||
message: '#^Parameter \#1 \$name of method Illuminate\\View\\Compilers\\BladeCompiler\:\:directive\(\) expects string, mixed given\.$#' | ||
identifier: argument.type | ||
count: 1 | ||
path: src/TailwindMergeServiceProvider.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$name of method Illuminate\\\\View\\\\Compilers\\\\BladeCompiler\\:\\:directive\\(\\) expects string, mixed given\\.$#" | ||
message: '#^Parameter \#1 \.\.\.\$args of method TailwindMerge\\Contracts\\TailwindMergeContract\:\:merge\(\) expects array\<array\<string\>\|string\>\|string, array\<int\|string, mixed\> given\.$#' | ||
identifier: argument.type | ||
count: 2 | ||
path: src/TailwindMergeServiceProvider.php | ||
|
||
- | ||
message: '#^Parameter \#2 \.\.\.\$args of method TailwindMerge\\Contracts\\TailwindMergeContract\:\:merge\(\) expects array\<array\<string\>\|string\>\|string, mixed given\.$#' | ||
identifier: argument.type | ||
count: 1 | ||
path: src/TailwindMergeServiceProvider.php | ||
|
||
- | ||
message: "#^Cannot call method merge\\(\\) on mixed\\.$#" | ||
message: '#^Cannot call method merge\(\) on mixed\.$#' | ||
identifier: method.nonObject | ||
count: 1 | ||
path: src/helpers.php | ||
|
||
- | ||
message: '#^Function twMerge\(\) should return string but returns mixed\.$#' | ||
identifier: return.type | ||
count: 1 | ||
path: src/helpers.php |