-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update phpstan baseline to ignore more Kernel errors and differences …
…between versions
- Loading branch information
1 parent
87a2ba4
commit add0d64
Showing
1 changed file
with
7 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#" | ||
count: 1 | ||
path: src/Kernel.php | ||
|
||
- | ||
message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#" | ||
count: 1 | ||
path: src/Kernel.php | ||
|
||
- | ||
message: "#^Parameter \\#3 \\.\\.\\.\\$args of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#" | ||
count: 1 | ||
path: src/Kernel.php | ||
ignoreErrors: | ||
- message: "#^Parameter \\#\\d .* of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#" | ||
count: 3 | ||
path: src/Kernel.php | ||
- message: "#Generator expects value type Symfony\\\\Component\\\\HttpKernel\\\\Bundle\\\\BundleInterface, object given\\.#" | ||
reportUnmatched: false | ||
path: src/Kernel.php |