diff --git a/phpstan.neon b/phpstan.neon index 97e6a2a..703af1c 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,15 +2,15 @@ parameters: level: 6 ignoreErrors: - - message: "#^Strict comparison using !== between '' and non-empty-string will always evaluate to true.$#" + rawMessage: "Strict comparison using !== between '' and non-empty-string will always evaluate to true." count: 1 path: lib/Auth/Digest.php - - message: "#^Casting to string something that's already string.$#" + rawMessage: "Casting to string something that's already string." count: 1 path: lib/Sapi.php - - message: "#^Strict comparison using === between null and array will always evaluate to false.$#" + rawMessage: "Strict comparison using === between null and array will always evaluate to false." count: 1 path: lib/functions.php - diff --git a/tests/phpunit.xml b/tests/phpunit.xml index f79e4a0..c1558f6 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,5 +1,15 @@ - + HTTP/