|
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\\.$#', |
|
11445 | 11451 | ]; |
11446 | 11452 | $ignoreErrors[] = [ |
11447 | 11453 | // identifier: codeigniter.superglobalAccessAssign |
11448 | | - 'message' => '#^Assigning mixed directly on offset \'CONTENT_TYPE\' of \\$_SERVER is discouraged\\.$#', |
| 11454 | + 'message' => '#^Assigning string directly on offset \'CONTENT_TYPE\' of \\$_SERVER is discouraged\\.$#', |
11449 | 11455 | 'count' => 1, |
11450 | 11456 | 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php', |
11451 | 11457 | ]; |
|
11479 | 11485 | 'count' => 1, |
11480 | 11486 | 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php', |
11481 | 11487 | ]; |
11482 | | -$ignoreErrors[] = [ |
11483 | | - // identifier: missingType.parameter |
11484 | | - 'message' => '#^Method CodeIgniter\\\\API\\\\ResponseTraitTest\\:\\:tryValidContentType\\(\\) has parameter \\$contentType with no type specified\\.$#', |
11485 | | - 'count' => 1, |
11486 | | - 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php', |
11487 | | -]; |
11488 | | -$ignoreErrors[] = [ |
11489 | | - // identifier: missingType.parameter |
11490 | | - 'message' => '#^Method CodeIgniter\\\\API\\\\ResponseTraitTest\\:\\:tryValidContentType\\(\\) has parameter \\$mimeType with no type specified\\.$#', |
11491 | | - 'count' => 1, |
11492 | | - 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php', |
11493 | | -]; |
11494 | 11488 | $ignoreErrors[] = [ |
11495 | 11489 | // identifier: missingType.parameter |
11496 | 11490 | 'message' => '#^Method class@anonymous/tests/system/API/ResponseTraitTest\\.php\\:116\\:\\:__construct\\(\\) has parameter \\$formatter with no type specified\\.$#', |
|
16759 | 16753 | 'count' => 1, |
16760 | 16754 | 'path' => __DIR__ . '/tests/system/RESTful/ResourcePresenterTest.php', |
16761 | 16755 | ]; |
16762 | | -$ignoreErrors[] = [ |
16763 | | - // identifier: missingType.parameter |
16764 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouterImprovedTest\\:\\:createNewAutoRouter\\(\\) has parameter \\$namespace with no type specified\\.$#', |
16765 | | - 'count' => 1, |
16766 | | - 'path' => __DIR__ . '/tests/system/Router/AutoRouterImprovedTest.php', |
16767 | | -]; |
16768 | 16756 | $ignoreErrors[] = [ |
16769 | 16757 | // identifier: missingType.iterableValue |
16770 | 16758 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouterImprovedTest\\:\\:provideRejectTranslateUriToCamelCase\\(\\) return type has no value type specified in iterable type iterable\\.$#', |
|
17185 | 17173 | 'count' => 1, |
17186 | 17174 | 'path' => __DIR__ . '/tests/system/Test/BootstrapFCPATHTest.php', |
17187 | 17175 | ]; |
17188 | | -$ignoreErrors[] = [ |
17189 | | - // identifier: missingType.parameter |
17190 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\BootstrapFCPATHTest\\:\\:readOutput\\(\\) has parameter \\$file with no type specified\\.$#', |
17191 | | - 'count' => 1, |
17192 | | - 'path' => __DIR__ . '/tests/system/Test/BootstrapFCPATHTest.php', |
17193 | | -]; |
17194 | 17176 | $ignoreErrors[] = [ |
17195 | 17177 | // identifier: method.notFound |
17196 | 17178 | 'message' => '#^Call to an undefined method CodeIgniter\\\\Test\\\\TestResponse\\:\\:ohno\\(\\)\\.$#', |
|
0 commit comments