Skip to content

Commit 69d67b1

Browse files
committed
chore: remove ignoreErrors
1 parent e670425 commit 69d67b1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@
151151
'count' => 1,
152152
'path' => __DIR__ . '/system/Cache/Handlers/PredisHandler.php',
153153
];
154-
$ignoreErrors[] = [
155-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
156-
'count' => 6,
157-
'path' => __DIR__ . '/system/CodeIgniter.php',
158-
];
159154
$ignoreErrors[] = [
160155
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
161156
'count' => 1,
@@ -3776,11 +3771,6 @@
37763771
'count' => 1,
37773772
'path' => __DIR__ . '/system/View/Parser.php',
37783773
];
3779-
$ignoreErrors[] = [
3780-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3781-
'count' => 7,
3782-
'path' => __DIR__ . '/system/View/Table.php',
3783-
];
37843774
$ignoreErrors[] = [
37853775
'message' => '#^Only booleans are allowed in a ternary operator condition, float given\\.$#',
37863776
'count' => 1,
@@ -3796,11 +3786,6 @@
37963786
'count' => 1,
37973787
'path' => __DIR__ . '/system/View/Table.php',
37983788
];
3799-
$ignoreErrors[] = [
3800-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3801-
'count' => 3,
3802-
'path' => __DIR__ . '/system/View/View.php',
3803-
];
38043789
$ignoreErrors[] = [
38053790
'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#',
38063791
'count' => 2,

0 commit comments

Comments
 (0)