Skip to content

Commit

Permalink
update phpstan-baseline.php
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 11, 2023
1 parent 7c9c205 commit c61d8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@
];
$ignoreErrors[] = [
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
'count' => 16,
'count' => 13,
'path' => __DIR__ . '/system/Database/Forge.php',
];
$ignoreErrors[] = [
Expand Down

0 comments on commit c61d8e7

Please sign in to comment.