Skip to content

Commit 22f4c38

Browse files
committed
chore: remove ignoreErrors
1 parent 98ce544 commit 22f4c38

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8041,21 +8041,11 @@
80418041
'count' => 1,
80428042
'path' => __DIR__ . '/system/Pager/Pager.php',
80438043
];
8044-
$ignoreErrors[] = [
8045-
'message' => '#^Only booleans are allowed in an if condition, array given\\.$#',
8046-
'count' => 1,
8047-
'path' => __DIR__ . '/system/Pager/Pager.php',
8048-
];
80498044
$ignoreErrors[] = [
80508045
'message' => '#^Property CodeIgniter\\\\Pager\\\\Pager\\:\\:\\$groups type has no value type specified in iterable type array\\.$#',
80518046
'count' => 1,
80528047
'path' => __DIR__ . '/system/Pager/Pager.php',
80538048
];
8054-
$ignoreErrors[] = [
8055-
'message' => '#^Property CodeIgniter\\\\Pager\\\\Pager\\:\\:\\$only type has no value type specified in iterable type array\\.$#',
8056-
'count' => 1,
8057-
'path' => __DIR__ . '/system/Pager/Pager.php',
8058-
];
80598049
$ignoreErrors[] = [
80608050
'message' => '#^Property CodeIgniter\\\\Pager\\\\Pager\\:\\:\\$segment type has no value type specified in iterable type array\\.$#',
80618051
'count' => 1,

0 commit comments

Comments
 (0)