diff --git a/phpstan-baseline.php b/phpstan-baseline.php index 1d0c427419..235df56f3c 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -4179,12 +4179,12 @@ 'count' => 1, 'path' => __DIR__ . '/app/Report/ReportParserGenerate.php', ]; -$ignoreErrors[] = [ - // identifier: offsetAccess.notFound - 'message' => '#^Offset int\\<0, max\\> does not exist on array\\{\\}\\.$#', - 'count' => 2, - 'path' => __DIR__ . '/app/Report/ReportParserGenerate.php', -]; +// $ignoreErrors[] = [ +// // identifier: offsetAccess.notFound +// 'message' => '#^Offset int\\<0, max\\> does not exist on array\\{\\}\\.$#', +// 'count' => 2, +// 'path' => __DIR__ . '/app/Report/ReportParserGenerate.php', +// ]; $ignoreErrors[] = [ // identifier: argument.type 'message' => '#^Parameter \\#1 \\$array of function end expects array\\|object, array\\\\|false given\\.$#',