|
2083 | 2083 | 'count' => 1,
|
2084 | 2084 | 'path' => __DIR__ . '/system/Database/BaseConnection.php',
|
2085 | 2085 | ];
|
2086 |
| -$ignoreErrors[] = [ |
2087 |
| - // identifier: missingType.iterableValue |
2088 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_fieldData\\(\\) return type has no value type specified in iterable type array\\.$#', |
2089 |
| - 'count' => 1, |
2090 |
| - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2091 |
| -]; |
2092 | 2086 | $ignoreErrors[] = [
|
2093 | 2087 | // identifier: missingType.iterableValue
|
2094 | 2088 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:callFunction\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#',
|
2095 | 2089 | 'count' => 1,
|
2096 | 2090 | 'path' => __DIR__ . '/system/Database/BaseConnection.php',
|
2097 | 2091 | ];
|
2098 |
| -$ignoreErrors[] = [ |
2099 |
| - // identifier: missingType.return |
2100 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:close\\(\\) has no return type specified\\.$#', |
2101 |
| - 'count' => 1, |
2102 |
| - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2103 |
| -]; |
2104 | 2092 | $ignoreErrors[] = [
|
2105 | 2093 | // identifier: missingType.iterableValue
|
2106 | 2094 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:escape\\(\\) has parameter \\$str with no value type specified in iterable type array\\.$#',
|
|
2131 | 2119 | 'count' => 1,
|
2132 | 2120 | 'path' => __DIR__ . '/system/Database/BaseConnection.php',
|
2133 | 2121 | ];
|
2134 |
| -$ignoreErrors[] = [ |
2135 |
| - // identifier: missingType.iterableValue |
2136 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:getFieldNames\\(\\) return type has no value type specified in iterable type array\\.$#', |
2137 |
| - 'count' => 1, |
2138 |
| - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2139 |
| -]; |
2140 |
| -$ignoreErrors[] = [ |
2141 |
| - // identifier: missingType.iterableValue |
2142 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:getForeignKeyData\\(\\) return type has no value type specified in iterable type array\\.$#', |
2143 |
| - 'count' => 1, |
2144 |
| - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2145 |
| -]; |
2146 |
| -$ignoreErrors[] = [ |
2147 |
| - // identifier: missingType.iterableValue |
2148 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:listTables\\(\\) return type has no value type specified in iterable type array\\.$#', |
2149 |
| - 'count' => 1, |
2150 |
| - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2151 |
| -]; |
2152 | 2122 | $ignoreErrors[] = [
|
2153 | 2123 | // identifier: missingType.callable
|
2154 | 2124 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:prepare\\(\\) has parameter \\$func with no signature specified for Closure\\.$#',
|
|
2191 | 2161 | 'count' => 1,
|
2192 | 2162 | 'path' => __DIR__ . '/system/Database/BaseConnection.php',
|
2193 | 2163 | ];
|
2194 |
| -$ignoreErrors[] = [ |
2195 |
| - // identifier: missingType.return |
2196 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:transOff\\(\\) has no return type specified\\.$#', |
2197 |
| - 'count' => 1, |
2198 |
| - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2199 |
| -]; |
2200 | 2164 | $ignoreErrors[] = [
|
2201 | 2165 | // identifier: missingType.iterableValue
|
2202 | 2166 | 'message' => '#^Property CodeIgniter\\\\Database\\\\BaseConnection\\:\\:\\$aliasedTables type has no value type specified in iterable type array\\.$#',
|
|
3355 | 3319 | 'count' => 1,
|
3356 | 3320 | 'path' => __DIR__ . '/system/Database/Postgre/Connection.php',
|
3357 | 3321 | ];
|
3358 |
| -$ignoreErrors[] = [ |
3359 |
| - // identifier: missingType.return |
3360 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Connection\\:\\:convertDSN\\(\\) has no return type specified\\.$#', |
3361 |
| - 'count' => 1, |
3362 |
| - 'path' => __DIR__ . '/system/Database/Postgre/Connection.php', |
3363 |
| -]; |
3364 | 3322 | $ignoreErrors[] = [
|
3365 | 3323 | // identifier: missingType.iterableValue
|
3366 | 3324 | 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Connection\\:\\:escape\\(\\) has parameter \\$str with no value type specified in iterable type array\\.$#',
|
|
3967 | 3925 | 'count' => 1,
|
3968 | 3926 | 'path' => __DIR__ . '/system/Database/SQLite3/Connection.php',
|
3969 | 3927 | ];
|
3970 |
| -$ignoreErrors[] = [ |
3971 |
| - // identifier: missingType.iterableValue |
3972 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLite3\\\\Connection\\:\\:getFieldNames\\(\\) return type has no value type specified in iterable type array\\.$#', |
3973 |
| - 'count' => 1, |
3974 |
| - 'path' => __DIR__ . '/system/Database/SQLite3/Connection.php', |
3975 |
| -]; |
3976 | 3928 | $ignoreErrors[] = [
|
3977 | 3929 | // identifier: booleanNot.exprNotBoolean
|
3978 | 3930 | 'message' => '#^Only booleans are allowed in a negated boolean, string given\\.$#',
|
|
9613 | 9565 | 'count' => 1,
|
9614 | 9566 | 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php',
|
9615 | 9567 | ];
|
9616 |
| -$ignoreErrors[] = [ |
9617 |
| - // identifier: missingType.iterableValue |
9618 |
| - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_fieldData\\(\\) return type has no value type specified in iterable type array\\.$#', |
9619 |
| - 'count' => 1, |
9620 |
| - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9621 |
| -]; |
9622 |
| -$ignoreErrors[] = [ |
9623 |
| - // identifier: missingType.return |
9624 |
| - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:shouldReturn\\(\\) has no return type specified\\.$#', |
9625 |
| - 'count' => 1, |
9626 |
| - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9627 |
| -]; |
9628 |
| -$ignoreErrors[] = [ |
9629 |
| - // identifier: missingType.parameter |
9630 |
| - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:shouldReturn\\(\\) has parameter \\$return with no type specified\\.$#', |
9631 |
| - 'count' => 1, |
9632 |
| - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9633 |
| -]; |
9634 | 9568 | $ignoreErrors[] = [
|
9635 | 9569 | // identifier: method.childReturnType
|
9636 | 9570 | 'message' => '#^Return type \\(array\\{code\\: int\\|string\\|null, message\\: string\\|null\\}\\) of method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:error\\(\\) should be covariant with return type \\(array\\<string, int\\|string\\>\\) of method CodeIgniter\\\\Database\\\\ConnectionInterface\\<object\\|resource,object\\|resource\\>\\:\\:error\\(\\)$#',
|
|
9661 | 9595 | 'count' => 2,
|
9662 | 9596 | 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php',
|
9663 | 9597 | ];
|
9664 |
| -$ignoreErrors[] = [ |
9665 |
| - // identifier: method.childReturnType |
9666 |
| - 'message' => '#^Return type \\(mixed\\) of method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:setDatabase\\(\\) should be covariant with return type \\(bool\\) of method CodeIgniter\\\\Database\\\\ConnectionInterface\\<object\\|resource,object\\|resource\\>\\:\\:setDatabase\\(\\)$#', |
9667 |
| - 'count' => 2, |
9668 |
| - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9669 |
| -]; |
9670 | 9598 | $ignoreErrors[] = [
|
9671 | 9599 | // identifier: missingType.return
|
9672 | 9600 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockEvents\\:\\:getEventsFile\\(\\) has no return type specified\\.$#',
|
|
0 commit comments