Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 5, 2023
1 parent 0c5cd76 commit d16f1e4
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions phpstan-baseline.neon
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: []

0 comments on commit d16f1e4

Please sign in to comment.