summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorJonathan Jaubart <dev@jaubart.com>2021-10-12 13:15:01 +0100
committerGitHub <noreply@github.com>2021-10-12 13:15:01 +0100
commitf6fdd7466ca895d4b685167619a017925064cccb (patch)
treeea46763bfcea679929cd309c1e63f225402af28b /phpstan-baseline.neon
parentbf1b592e78814ff24bd879ab59a5af79332cf239 (diff)
downloadwebtrees-f6fdd7466ca895d4b685167619a017925064cccb.tar.gz
webtrees-f6fdd7466ca895d4b685167619a017925064cccb.tar.bz2
webtrees-f6fdd7466ca895d4b685167619a017925064cccb.zip
Fix validator signature for array method + unit tests (#4064)
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 51a39312c9..6f8651b94c 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -2005,16 +2005,6 @@ parameters:
path: app/SurnameTradition/PatrilinealSurnameTradition.php
-
- message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
- count: 1
- path: app/Validator.php
-
- -
- message: "#^Unreachable statement \\- code above always terminates\\.$#"
- count: 1
- path: app/Validator.php
-
- -
message: "#^Ternary operator condition is always true\\.$#"
count: 1
path: app/Webtrees.php