diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-06-12 13:46:54 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-06-12 13:46:54 +0100 |
| commit | df7227122642c2249c044cbd6a659173750e1d14 (patch) | |
| tree | 8a1b229f981edd87df68fc2d886d2ebbed15aa2b /phpstan-baseline.neon | |
| parent | 9062008fc4236b127d2bb93afbc618eff6465994 (diff) | |
| download | webtrees-df7227122642c2249c044cbd6a659173750e1d14.tar.gz webtrees-df7227122642c2249c044cbd6a659173750e1d14.tar.bz2 webtrees-df7227122642c2249c044cbd6a659173750e1d14.zip | |
Update phpstan baseline
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 636e582486..3db87a0084 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1545,11 +1545,6 @@ parameters: path: app/Services/GedcomExportService.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomService\\:\\:readPlace\\(\\) should return array\\<string\\> but returns array\\<int, string\\>\\|false\\.$#" - count: 1 - path: app/Services/GedcomService.php - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:availableTreeBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#" count: 1 path: app/Services/HomePageService.php |
