diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-06-21 10:36:12 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-06-21 12:28:34 +0100 |
| commit | a9da23742230e8aaebca3a72f1379485d683af31 (patch) | |
| tree | 2f26dfd5cc0d5c2b141d116a003d2aeda097a265 /phpstan-baseline.neon | |
| parent | 415adedd9b26d1be72638f21d2f73dd5594b7ded (diff) | |
| download | webtrees-a9da23742230e8aaebca3a72f1379485d683af31.tar.gz webtrees-a9da23742230e8aaebca3a72f1379485d683af31.tar.bz2 webtrees-a9da23742230e8aaebca3a72f1379485d683af31.zip | |
GEDCOM element labels
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 04f65f19e0..bf7b49f222 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -155,18 +155,13 @@ parameters: path: app/GedcomRecord.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:insertMissingSubtags\\(\\) should return string but returns string\\|null\\.$#" - count: 2 - path: app/GedcomRecord.php - - - message: "#^Method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:lastChangeTimestamp\\(\\) should return Fisharebest\\\\Webtrees\\\\Carbon but returns Fisharebest\\\\Webtrees\\\\Carbon\\|false\\.$#" count: 3 path: app/GedcomRecord.php - message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#" - count: 3 + count: 2 path: app/GedcomRecord.php - @@ -1540,6 +1535,16 @@ parameters: path: app/Services/ClipboardService.php - + message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingRecordSubtags\\(\\) should return string but returns string\\|null\\.$#" + count: 2 + path: app/Services/GedcomEditService.php + + - + message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#" + count: 1 + path: app/Services/GedcomEditService.php + + - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomExportService\\:\\:convertMediaPath\\(\\) should return string but returns string\\|null\\.$#" count: 1 path: app/Services/GedcomExportService.php |
