|
5341 | 5341 | 'count' => 1, |
5342 | 5342 | 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
5343 | 5343 | ]; |
5344 | | -$ignoreErrors[] = [ |
5345 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#', |
5346 | | - 'count' => 1, |
5347 | | - 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
5348 | | -]; |
5349 | 5344 | $ignoreErrors[] = [ |
5350 | 5345 | 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:applyBody\\(\\) has parameter \\$curlOptions with no value type specified in iterable type array\\.$#', |
5351 | 5346 | 'count' => 1, |
|
12906 | 12901 | 'count' => 1, |
12907 | 12902 | 'path' => __DIR__ . '/tests/system/HTTP/CLIRequestTest.php', |
12908 | 12903 | ]; |
12909 | | -$ignoreErrors[] = [ |
12910 | | - 'message' => '#^Assigning \'10\' directly on offset \'HTTP_CONTENT_LENGTH\' of \\$_SERVER is discouraged\\.$#', |
12911 | | - 'count' => 1, |
12912 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12913 | | -]; |
12914 | | -$ignoreErrors[] = [ |
12915 | | - 'message' => '#^Assigning \'en\\-US\' directly on offset \'HTTP_ACCEPT_LANGUAGE\' of \\$_SERVER is discouraged\\.$#', |
12916 | | - 'count' => 1, |
12917 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12918 | | -]; |
12919 | | -$ignoreErrors[] = [ |
12920 | | - 'message' => '#^Assigning \'gzip, deflate, br\' directly on offset \'HTTP_ACCEPT_ENCODING\' of \\$_SERVER is discouraged\\.$#', |
12921 | | - 'count' => 1, |
12922 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12923 | | -]; |
12924 | | -$ignoreErrors[] = [ |
12925 | | - 'message' => '#^Assigning \'site1\\.com\' directly on offset \'HTTP_HOST\' of \\$_SERVER is discouraged\\.$#', |
12926 | | - 'count' => 1, |
12927 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12928 | | -]; |
12929 | | -$ignoreErrors[] = [ |
12930 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequestDoNotShareOptionsTest\\:\\:getRequest\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#', |
12931 | | - 'count' => 1, |
12932 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12933 | | -]; |
12934 | | -$ignoreErrors[] = [ |
12935 | | - 'message' => '#^Access to an undefined property CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:\\$curl_options\\.$#', |
12936 | | - 'count' => 39, |
12937 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12938 | | -]; |
12939 | 12904 | $ignoreErrors[] = [ |
12940 | 12905 | 'message' => '#^Assigning \'10\' directly on offset \'HTTP_CONTENT_LENGTH\' of \\$_SERVER is discouraged\\.$#', |
12941 | 12906 | 'count' => 1, |
|
12956 | 12921 | 'count' => 1, |
12957 | 12922 | 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12958 | 12923 | ]; |
12959 | | -$ignoreErrors[] = [ |
12960 | | - 'message' => '#^Call to an undefined method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:setOutput\\(\\)\\.$#', |
12961 | | - 'count' => 4, |
12962 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12963 | | -]; |
12964 | | -$ignoreErrors[] = [ |
12965 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequestTest\\:\\:getRequest\\(\\) has no return type specified\\.$#', |
12966 | | - 'count' => 1, |
12967 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12968 | | -]; |
12969 | | -$ignoreErrors[] = [ |
12970 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequestTest\\:\\:getRequest\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#', |
12971 | | - 'count' => 1, |
12972 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12973 | | -]; |
12974 | 12924 | $ignoreErrors[] = [ |
12975 | 12925 | 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicyTest\\:\\:work\\(\\) has no return type specified\\.$#', |
12976 | 12926 | 'count' => 1, |
|
0 commit comments