|
11451 | 11451 | ];
|
11452 | 11452 | $ignoreErrors[] = [
|
11453 | 11453 | // identifier: codeigniter.superglobalAccessAssign
|
11454 |
| - '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\\.$#', |
11455 | 11455 | 'count' => 1,
|
11456 | 11456 | 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php',
|
11457 | 11457 | ];
|
|
11485 | 11485 | 'count' => 1,
|
11486 | 11486 | 'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php',
|
11487 | 11487 | ];
|
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 | 11488 | $ignoreErrors[] = [
|
11501 | 11489 | // identifier: missingType.parameter
|
11502 | 11490 | 'message' => '#^Method class@anonymous/tests/system/API/ResponseTraitTest\\.php\\:116\\:\\:__construct\\(\\) has parameter \\$formatter with no type specified\\.$#',
|
|
16765 | 16753 | 'count' => 1,
|
16766 | 16754 | 'path' => __DIR__ . '/tests/system/RESTful/ResourcePresenterTest.php',
|
16767 | 16755 | ];
|
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 | 16756 | $ignoreErrors[] = [
|
16775 | 16757 | // identifier: missingType.iterableValue
|
16776 | 16758 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouterImprovedTest\\:\\:provideRejectTranslateUriToCamelCase\\(\\) return type has no value type specified in iterable type iterable\\.$#',
|
|
17191 | 17173 | 'count' => 1,
|
17192 | 17174 | 'path' => __DIR__ . '/tests/system/Test/BootstrapFCPATHTest.php',
|
17193 | 17175 | ];
|
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 | 17176 | $ignoreErrors[] = [
|
17201 | 17177 | // identifier: method.notFound
|
17202 | 17178 | 'message' => '#^Call to an undefined method CodeIgniter\\\\Test\\\\TestResponse\\:\\:ohno\\(\\)\\.$#',
|
|
0 commit comments