-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I don't like using ignore-line because it silences _all_ errors that could appear on a line, which is a recipe for missing future bugs.
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Parameter \\#1 \\$codepoint of function chr expects int, int\\|null given\\.$#" | ||
message: "#^Parameter \\#2 \\$reason of method raklib\\\\server\\\\ServerEventListener\\:\\:onClientDisconnect\\(\\) expects 0\\|1\\|2\\|3\\|4, int\\<0, 255\\> given\\.$#" | ||
count: 1 | ||
path: ../../../src/UserToRakLibThreadMessageSender.php | ||
path: ../../../src/RakLibToUserThreadMessageReceiver.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$ascii of function chr expects int, int\\|null given\\.$#" | ||
message: "#^Parameter \\#1 \\$codepoint of function chr expects int, int\\|null given\\.$#" | ||
count: 1 | ||
path: ../../../src/UserToRakLibThreadMessageSender.php | ||
|