diff options
| author | Jonathan Jaubart <dev@jaubart.com> | 2021-10-12 13:15:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 13:15:01 +0100 |
| commit | f6fdd7466ca895d4b685167619a017925064cccb (patch) | |
| tree | ea46763bfcea679929cd309c1e63f225402af28b /phpstan-baseline.neon | |
| parent | bf1b592e78814ff24bd879ab59a5af79332cf239 (diff) | |
| download | webtrees-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.neon | 10 |
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 |
