summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-06-21 09:26:11 +0100
committerGreg Roach <greg@subaqua.co.uk>2021-06-21 09:26:11 +0100
commit320eebb8fb1d5fbf8c6a6534f16b3119e530ca16 (patch)
treee392c0533dd3509afed53ce5ca244eb96c54eb29 /phpstan-baseline.neon
parent19ec0b5b2a512cd3477f670ddca32cbe6588374f (diff)
downloadwebtrees-320eebb8fb1d5fbf8c6a6534f16b3119e530ca16.tar.gz
webtrees-320eebb8fb1d5fbf8c6a6534f16b3119e530ca16.tar.bz2
webtrees-320eebb8fb1d5fbf8c6a6534f16b3119e530ca16.zip
Update phpstan baseline
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 3db87a0084..04f65f19e0 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -1250,18 +1250,18 @@ parameters:
path: app/Report/ReportParserGenerate.php
-
- message: "#^Cannot access offset 0 on array\\|false\\.$#"
- count: 3
+ message: "#^Cannot access offset \\(float\\|int\\) on array\\<int, string\\>\\|false\\.$#"
+ count: 14
path: app/Report/ReportParserGenerate.php
-
- message: "#^Cannot access offset 1 on array\\|false\\.$#"
+ message: "#^Cannot access offset 0 on array\\|false\\.$#"
count: 3
path: app/Report/ReportParserGenerate.php
-
- message: "#^Cannot access offset float\\|int on array\\<int, string\\>\\|false\\.$#"
- count: 14
+ message: "#^Cannot access offset 1 on array\\|false\\.$#"
+ count: 3
path: app/Report/ReportParserGenerate.php
-