summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-06-14 13:30:29 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-06-14 13:30:29 +0100
commit933ddba42583ab3bd849e87a802426067feb4b5e (patch)
tree20564897b09703f19b7c45ab65d2918672121930 /phpstan-baseline.neon
parent42582c64476091828a245f2366be73f8bd562a87 (diff)
downloadwebtrees-933ddba42583ab3bd849e87a802426067feb4b5e.tar.gz
webtrees-933ddba42583ab3bd849e87a802426067feb4b5e.tar.bz2
webtrees-933ddba42583ab3bd849e87a802426067feb4b5e.zip
Update phpstan baseline
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 2213f58c49..8a14bbb14e 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -2142,7 +2142,12 @@ parameters:
-
message: "#^Cannot access offset float\\|int on array\\<int, string\\>\\|false\\.$#"
- count: 14
+ count: 13
+ path: app/Report/ReportParserGenerate.php
+
+ -
+ message: "#^Cannot access offset float\\|int\\<1, max\\> on array\\<int, string\\>\\|false\\.$#"
+ count: 1
path: app/Report/ReportParserGenerate.php
-