Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ parameters:
path: lib/functions.php
count: 3
-
message: "#^Result of && is always true\\.$#"
rawMessage: "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\\.$#"
rawMessage: "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\\.$#"
rawMessage: "Strict comparison using === between false and string will always evaluate to false."
path: lib/functions.php
count: 2
1 change: 1 addition & 0 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true"
failOnDeprecation="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
cacheDirectory=".phpunit.cache">
<testsuites>
Expand Down