|
1486 | 1486 | $ignoreErrors[] = [ |
1487 | 1487 | // identifier: empty.notAllowed |
1488 | 1488 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
1489 | | - 'count' => 30, |
| 1489 | + 'count' => 29, |
1490 | 1490 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1491 | 1491 | ]; |
1492 | 1492 | $ignoreErrors[] = [ |
|
1933 | 1933 | 'count' => 1, |
1934 | 1934 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1935 | 1935 | ]; |
| 1936 | +$ignoreErrors[] = [ |
| 1937 | + // identifier: isset.offset |
| 1938 | + 'message' => '#^Offset 4 on array\\{string, string, string, string, string, string\\} in isset\\(\\) always exists and is not nullable\\.$#', |
| 1939 | + 'count' => 1, |
| 1940 | + 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
| 1941 | +]; |
1936 | 1942 | $ignoreErrors[] = [ |
1937 | 1943 | // identifier: booleanNot.exprNotBoolean |
1938 | 1944 | 'message' => '#^Only booleans are allowed in a negated boolean, TWhenNot given\\.$#', |
|
11451 | 11457 | ]; |
11452 | 11458 | $ignoreErrors[] = [ |
11453 | 11459 | // identifier: codeigniter.superglobalAccessAssign |
11454 | | - 'message' => '#^Assigning mixed directly on offset \'CONTENT_TYPE\' of \\$_SERVER is discouraged\\.$#', |
| 11460 | + 'message' => '#^Assigning string directly on offset \'CONTENT_TYPE\' of \\$_SERVER is discouraged\\.$#', |
11455 | 11461 | 'count' => 1, |
11456 | 11462 | 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php', |
11457 | 11463 | ]; |
|
11485 | 11491 | 'count' => 1, |
11486 | 11492 | 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php', |
11487 | 11493 | ]; |
11488 | | -$ignoreErrors[] = [ |
11489 | | - // identifier: missingType.parameter |
11490 | | - 'message' => '#^Method CodeIgniter\\\\API\\\\ResponseTraitTest\\:\\:tryValidContentType\\(\\) has parameter \\$contentType with no type specified\\.$#', |
11491 | | - 'count' => 1, |
11492 | | - 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php', |
11493 | | -]; |
11494 | | -$ignoreErrors[] = [ |
11495 | | - // identifier: missingType.parameter |
11496 | | - 'message' => '#^Method CodeIgniter\\\\API\\\\ResponseTraitTest\\:\\:tryValidContentType\\(\\) has parameter \\$mimeType with no type specified\\.$#', |
11497 | | - 'count' => 1, |
11498 | | - 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php', |
11499 | | -]; |
11500 | 11494 | $ignoreErrors[] = [ |
11501 | 11495 | // identifier: missingType.parameter |
11502 | 11496 | 'message' => '#^Method class@anonymous/tests/system/API/ResponseTraitTest\\.php\\:116\\:\\:__construct\\(\\) has parameter \\$formatter with no type specified\\.$#', |
|
16765 | 16759 | 'count' => 1, |
16766 | 16760 | 'path' => __DIR__ . '/tests/system/RESTful/ResourcePresenterTest.php', |
16767 | 16761 | ]; |
16768 | | -$ignoreErrors[] = [ |
16769 | | - // identifier: missingType.parameter |
16770 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouterImprovedTest\\:\\:createNewAutoRouter\\(\\) has parameter \\$namespace with no type specified\\.$#', |
16771 | | - 'count' => 1, |
16772 | | - 'path' => __DIR__ . '/tests/system/Router/AutoRouterImprovedTest.php', |
16773 | | -]; |
16774 | 16762 | $ignoreErrors[] = [ |
16775 | 16763 | // identifier: missingType.iterableValue |
16776 | 16764 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouterImprovedTest\\:\\:provideRejectTranslateUriToCamelCase\\(\\) return type has no value type specified in iterable type iterable\\.$#', |
|
17191 | 17179 | 'count' => 1, |
17192 | 17180 | 'path' => __DIR__ . '/tests/system/Test/BootstrapFCPATHTest.php', |
17193 | 17181 | ]; |
17194 | | -$ignoreErrors[] = [ |
17195 | | - // identifier: missingType.parameter |
17196 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\BootstrapFCPATHTest\\:\\:readOutput\\(\\) has parameter \\$file with no type specified\\.$#', |
17197 | | - 'count' => 1, |
17198 | | - 'path' => __DIR__ . '/tests/system/Test/BootstrapFCPATHTest.php', |
17199 | | -]; |
17200 | 17182 | $ignoreErrors[] = [ |
17201 | 17183 | // identifier: method.notFound |
17202 | 17184 | 'message' => '#^Call to an undefined method CodeIgniter\\\\Test\\\\TestResponse\\:\\:ohno\\(\\)\\.$#', |
|
0 commit comments