From 933ddba42583ab3bd849e87a802426067feb4b5e Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Tue, 14 Jun 2022 13:30:29 +0100 Subject: Update phpstan baseline --- phpstan-baseline.neon | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'phpstan-baseline.neon') 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\\\\|false\\.$#" - count: 14 + count: 13 + path: app/Report/ReportParserGenerate.php + + - + message: "#^Cannot access offset float\\|int\\<1, max\\> on array\\\\|false\\.$#" + count: 1 path: app/Report/ReportParserGenerate.php - -- cgit v1.3