Skip to content

Commit 51f9457

Browse files
committed
chore: update phpstan-baseline.php
1 parent 73d67fb commit 51f9457

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

phpstan-baseline.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,12 +1819,6 @@
18191819
'count' => 1,
18201820
'path' => __DIR__ . '/system/Database/BaseBuilder.php',
18211821
];
1822-
$ignoreErrors[] = [
1823-
// identifier: missingType.iterableValue
1824-
'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:select\\(\\) has parameter \\$select with no value type specified in iterable type array\\.$#',
1825-
'count' => 1,
1826-
'path' => __DIR__ . '/system/Database/BaseBuilder.php',
1827-
];
18281822
$ignoreErrors[] = [
18291823
// identifier: missingType.iterableValue
18301824
'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:set\\(\\) has parameter \\$key with no value type specified in iterable type array\\.$#',
@@ -1993,12 +1987,6 @@
19931987
'count' => 1,
19941988
'path' => __DIR__ . '/system/Database/BaseBuilder.php',
19951989
];
1996-
$ignoreErrors[] = [
1997-
// identifier: missingType.iterableValue
1998-
'message' => '#^Property CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:\\$QBNoEscape type has no value type specified in iterable type array\\.$#',
1999-
'count' => 1,
2000-
'path' => __DIR__ . '/system/Database/BaseBuilder.php',
2001-
];
20021990
$ignoreErrors[] = [
20031991
// identifier: missingType.iterableValue
20041992
'message' => '#^Property CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:\\$QBOptions type has no value type specified in iterable type array\\.$#',

0 commit comments

Comments
 (0)