Skip to content

Commit

Permalink
Update phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarbey committed Sep 4, 2024
1 parent 64182e0 commit 54d9061
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -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\\<int, string\\>\\|false given\\.$#',
Expand Down

0 comments on commit 54d9061

Please sign in to comment.