diff options
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 7 |
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 - |
