Skip to content

Commit

Permalink
chore: remove ignoreErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Dec 25, 2023
1 parent 69fbb6c commit 269986e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -2441,11 +2441,6 @@
'count' => 1,
'path' => __DIR__ . '/system/Log/Logger.php',
];
$ignoreErrors[] = [
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
'count' => 15,
'path' => __DIR__ . '/system/Model.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Model\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#',
'count' => 1,
Expand Down Expand Up @@ -2856,11 +2851,6 @@
'count' => 2,
'path' => __DIR__ . '/system/Session/Session.php',
];
$ignoreErrors[] = [
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
'count' => 9,
'path' => __DIR__ . '/system/Session/Session.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Session\\\\Session\\:\\:configure\\(\\) has no return type specified\\.$#',
'count' => 1,
Expand Down

0 comments on commit 269986e

Please sign in to comment.