diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-06-25 10:15:39 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-06-25 11:46:53 +0100 |
| commit | 4a329a6c01c20d02be68ca91d0a95e583f97cbe1 (patch) | |
| tree | 9a104cc03619c3ea677065b266e7551b9da378c2 /phpstan-baseline.neon | |
| parent | 8c3813717cf92d740bcd8270fbe7baab9cfbe721 (diff) | |
| download | webtrees-4a329a6c01c20d02be68ca91d0a95e583f97cbe1.tar.gz webtrees-4a329a6c01c20d02be68ca91d0a95e583f97cbe1.tar.bz2 webtrees-4a329a6c01c20d02be68ca91d0a95e583f97cbe1.zip | |
Remove unused imports
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index edb86f2ee1..b5ba0e5f12 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -16,6 +16,11 @@ parameters: path: app/Date/AbstractCalendarDate.php - + message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\AgeAtEvent\\:\\:value\\(\\) should return string but returns string\\|null\\.$#" + count: 1 + path: app/Elements/AgeAtEvent.php + + - message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\DateValue\\:\\:escape\\(\\) should return string but returns string\\|null\\.$#" count: 1 path: app/Elements/DateValue.php @@ -2043,3 +2048,4 @@ parameters: message: "#^Ternary operator condition is always true\\.$#" count: 1 path: app/Webtrees.php + |
