|
7495 | 7495 | 'count' => 1,
|
7496 | 7496 | 'path' => __DIR__ . '/system/I18n/TimeLegacy.php',
|
7497 | 7497 | ];
|
| 7498 | +$ignoreErrors[] = [ |
| 7499 | + // identifier: method.childReturnType |
| 7500 | + 'message' => '#^Return type \\(CodeIgniter\\\\I18n\\\\TimeLegacy\\) of method CodeIgniter\\\\I18n\\\\TimeLegacy\\:\\:setTimestamp\\(\\) should be covariant with return type \\(static\\(DateTime\\)\\) of method DateTime\\:\\:setTimestamp\\(\\)$#', |
| 7501 | + 'count' => 1, |
| 7502 | + 'path' => __DIR__ . '/system/I18n/TimeLegacy.php', |
| 7503 | +]; |
7498 | 7504 | $ignoreErrors[] = [
|
7499 | 7505 | // identifier: ternary.shortNotAllowed
|
7500 | 7506 | 'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#',
|
@@ -13215,15 +13221,15 @@
|
13215 | 13221 | ];
|
13216 | 13222 | $ignoreErrors[] = [
|
13217 | 13223 | // identifier: property.notFound
|
13218 |
| - 'message' => '#^Access to an undefined property CodeIgniter\\\\Database\\\\BaseConnection\\:\\:\\$numberNative\\.$#', |
| 13224 | + 'message' => '#^Access to an undefined property CodeIgniter\\\\Database\\\\BaseConnection\\:\\:\\$foundRows\\.$#', |
13219 | 13225 | 'count' => 2,
|
13220 |
| - 'path' => __DIR__ . '/tests/system/Database/Live/MySQLi/NumberNativeTest.php', |
| 13226 | + 'path' => __DIR__ . '/tests/system/Database/Live/MySQLi/FoundRowsTest.php', |
13221 | 13227 | ];
|
13222 | 13228 | $ignoreErrors[] = [
|
13223 | 13229 | // identifier: property.notFound
|
13224 |
| - 'message' => '#^Access to an undefined property CodeIgniter\\\\Database\\\\BaseConnection\\:\\:\\$foundRows\\.$#', |
| 13230 | + 'message' => '#^Access to an undefined property CodeIgniter\\\\Database\\\\BaseConnection\\:\\:\\$numberNative\\.$#', |
13225 | 13231 | 'count' => 2,
|
13226 |
| - 'path' => __DIR__ . '/tests/system/Database/Live/MySQLi/FoundRowsTest.php', |
| 13232 | + 'path' => __DIR__ . '/tests/system/Database/Live/MySQLi/NumberNativeTest.php', |
13227 | 13233 | ];
|
13228 | 13234 | $ignoreErrors[] = [
|
13229 | 13235 | // identifier: missingType.property
|
|
0 commit comments