-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
20 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,21 +1,2 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Method Laravel\\\\Pulse\\\\Support\\\\RedisAdapter\\:\\:xrange\\(\\) should return array\\<string, array\\<string, string\\>\\> but returns array\\<int\\|string, array\\>\\.$#" | ||
count: 1 | ||
path: src/Support/RedisAdapter.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$message of class Laravel\\\\Pulse\\\\Support\\\\RedisClientException constructor expects string, string\\|null given\\.$#" | ||
count: 1 | ||
path: src/Support/RedisAdapter.php | ||
|
||
- | ||
message: "#^Unable to resolve the template type TKey in call to function collect$#" | ||
count: 2 | ||
path: src/Support/RedisAdapter.php | ||
|
||
- | ||
message: "#^Unable to resolve the template type TValue in call to function collect$#" | ||
count: 2 | ||
path: src/Support/RedisAdapter.php | ||
ignoreErrors: [] |