Skip to content

Commit c666bf7

Browse files
committed
chore: remove ignoreErrors
1 parent 4a76cb3 commit c666bf7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3726,16 +3726,6 @@
37263726
'count' => 8,
37273727
'path' => __DIR__ . '/system/Validation/Rules.php',
37283728
];
3729-
$ignoreErrors[] = [
3730-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3731-
'count' => 4,
3732-
'path' => __DIR__ . '/system/Validation/StrictRules/Rules.php',
3733-
];
3734-
$ignoreErrors[] = [
3735-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3736-
'count' => 3,
3737-
'path' => __DIR__ . '/system/Validation/Validation.php',
3738-
];
37393729
$ignoreErrors[] = [
37403730
'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:isClosure\\(\\) has parameter \\$rule with no signature specified for Closure\\.$#',
37413731
'count' => 1,
@@ -3746,26 +3736,11 @@
37463736
'count' => 2,
37473737
'path' => __DIR__ . '/system/Validation/Validation.php',
37483738
];
3749-
$ignoreErrors[] = [
3750-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3751-
'count' => 1,
3752-
'path' => __DIR__ . '/system/Validation/Views/list.php',
3753-
];
37543739
$ignoreErrors[] = [
37553740
'message' => '#^Call to an undefined static method CodeIgniter\\\\Config\\\\Factories\\:\\:cells\\(\\)\\.$#',
37563741
'count' => 1,
37573742
'path' => __DIR__ . '/system/View/Cell.php',
37583743
];
3759-
$ignoreErrors[] = [
3760-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3761-
'count' => 1,
3762-
'path' => __DIR__ . '/system/View/Filters.php',
3763-
];
3764-
$ignoreErrors[] = [
3765-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3766-
'count' => 4,
3767-
'path' => __DIR__ . '/system/View/Parser.php',
3768-
];
37693744
$ignoreErrors[] = [
37703745
'message' => '#^Method CodeIgniter\\\\View\\\\Parser\\:\\:addPlugin\\(\\) has parameter \\$callback with no signature specified for callable\\.$#',
37713746
'count' => 1,

0 commit comments

Comments
 (0)