diff options
| author | Greg Roach <fisharebest@gmail.com> | 2021-04-29 11:26:16 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2021-04-29 11:26:16 +0100 |
| commit | b94bcf8a7cfd15f344b0dcee2ac423bf62f9fc36 (patch) | |
| tree | 32fd05a8fe52c05693dd08bce1565eb62c85a0e4 /phpstan-baseline.neon | |
| parent | 09f65a51fe6d3eab6d32c3f7443ac3cdfe559df8 (diff) | |
| download | webtrees-b94bcf8a7cfd15f344b0dcee2ac423bf62f9fc36.tar.gz webtrees-b94bcf8a7cfd15f344b0dcee2ac423bf62f9fc36.tar.bz2 webtrees-b94bcf8a7cfd15f344b0dcee2ac423bf62f9fc36.zip | |
Use PHP7 feature
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f20b3fad69..f52529c5a7 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1035,11 +1035,6 @@ parameters: path: app/Module/TimelineChartModule.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\TopSurnamesModule\\:\\:surnameCountSort\\(\\) should return int but returns float\\|int\\.$#" - count: 1 - path: app/Module/TopSurnamesModule.php - - - message: "#^Cannot access property \\$body on object\\|null\\.$#" count: 1 path: app/Module/UserJournalModule.php |
