-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e5bbfc
commit 97931c5
Showing
6 changed files
with
237 additions
and
84 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,7 +1,37 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Parameter \\#1 \\$function of function register_shutdown_function expects callable\\(\\)\\: void, Closure\\(\\)\\: mixed given\\.$#" | ||
message: "#^Cannot call method reject\\(\\) on null\\.$#" | ||
count: 1 | ||
path: src/TaskQueue.php | ||
path: src/EachPromise.php | ||
|
||
- | ||
message: "#^Dead catch \\- Exception is already caught above\\.$#" | ||
count: 2 | ||
path: src/EachPromise.php | ||
|
||
- | ||
message: "#^Dead catch \\- Exception is already caught above\\.$#" | ||
count: 1 | ||
path: src/FulfilledPromise.php | ||
|
||
- | ||
message: "#^Dead catch \\- Exception is already caught above\\.$#" | ||
count: 2 | ||
path: src/Promise.php | ||
|
||
- | ||
message: "#^Dead catch \\- Exception is already caught above\\.$#" | ||
count: 1 | ||
path: src/RejectedPromise.php | ||
|
||
- | ||
message: "#^Dead catch \\- Exception is already caught above\\.$#" | ||
count: 2 | ||
path: src/Utils.php | ||
|
||
- | ||
message: "#^Dead catch \\- GuzzleHttp\\\\Promise\\\\RejectionException is never thrown in the try block\\.$#" | ||
count: 1 | ||
path: src/Utils.php | ||
|
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
Oops, something went wrong.