-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from phil-davis/update-ci-20240904
chore: update CI for PHP 8.4
- Loading branch information
Showing
4 changed files
with
33 additions
and
6 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
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,24 @@ | ||
parameters: | ||
level: 9 | ||
reportUnmatchedIgnoredErrors: false | ||
ignoreErrors: | ||
- | ||
message: "#^.* will always evaluate to true\\.$#" | ||
path: tests/* | ||
count: 1 | ||
- | ||
message: "#^Offset .* in isset\\(\\) always exists and is not nullable\\.$#" | ||
path: lib/functions.php | ||
count: 3 | ||
- | ||
message: "#^Result of && is always true\\.$#" | ||
path: lib/functions.php | ||
count: 1 | ||
- | ||
message: "#^Strict comparison using !== between '' and non-falsy-string will always evaluate to true\\.$#" | ||
path: lib/functions.php | ||
count: 1 | ||
- | ||
message: "#^Strict comparison using === between false and string will always evaluate to false\\.$#" | ||
path: lib/functions.php | ||
count: 2 |