summaryrefslogtreecommitdiff
path: root/phpstan-baseline.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-03-19 00:13:50 +0000
committerGreg Roach <greg@subaqua.co.uk>2024-03-19 00:13:50 +0000
commite75d5233556e26c3d1de43b386c53660d1178afc (patch)
tree64d45d08aad59c045af55549d957266260fa208f /phpstan-baseline.php
parent6232931fa0cebfba2f226855a8d2e05aa0780d5c (diff)
downloadwebtrees-e75d5233556e26c3d1de43b386c53660d1178afc.tar.gz
webtrees-e75d5233556e26c3d1de43b386c53660d1178afc.tar.bz2
webtrees-e75d5233556e26c3d1de43b386c53660d1178afc.zip
Update phpstan baseline
Diffstat (limited to 'phpstan-baseline.php')
-rw-r--r--phpstan-baseline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan-baseline.php b/phpstan-baseline.php
index fe25f65431..360b277b84 100644
--- a/phpstan-baseline.php
+++ b/phpstan-baseline.php
@@ -2684,7 +2684,7 @@ $ignoreErrors[] = [
'path' => __DIR__ . '/app/Report/ReportParserGenerate.php',
];
$ignoreErrors[] = [
- 'message' => '#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<\\(object\\{generation\\: int\\}&stdClass\\)\\|\\(object\\{generation\\: int\\}&stdClass\\)\\>\\.$#',
+ 'message' => '#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<\\(object\\{generation\\: int\\}&stdClass\\)\\>\\.$#',
'count' => 1,
'path' => __DIR__ . '/app/Report/ReportParserGenerate.php',
];