diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-06-21 09:26:11 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-06-21 09:26:11 +0100 |
| commit | 320eebb8fb1d5fbf8c6a6534f16b3119e530ca16 (patch) | |
| tree | e392c0533dd3509afed53ce5ca244eb96c54eb29 /phpstan-baseline.neon | |
| parent | 19ec0b5b2a512cd3477f670ddca32cbe6588374f (diff) | |
| download | webtrees-320eebb8fb1d5fbf8c6a6534f16b3119e530ca16.tar.gz webtrees-320eebb8fb1d5fbf8c6a6534f16b3119e530ca16.tar.bz2 webtrees-320eebb8fb1d5fbf8c6a6534f16b3119e530ca16.zip | |
Update phpstan baseline
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 10 |
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 - |
