|
5331 | 5331 | 'count' => 10, |
5332 | 5332 | 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
5333 | 5333 | ]; |
5334 | | -$ignoreErrors[] = [ |
5335 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#', |
5336 | | - 'count' => 1, |
5337 | | - 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
5338 | | -]; |
5339 | 5334 | $ignoreErrors[] = [ |
5340 | 5335 | 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:applyBody\\(\\) has parameter \\$curlOptions with no value type specified in iterable type array\\.$#', |
5341 | 5336 | 'count' => 1, |
|
12866 | 12861 | 'count' => 1, |
12867 | 12862 | 'path' => __DIR__ . '/tests/system/HTTP/CLIRequestTest.php', |
12868 | 12863 | ]; |
12869 | | -$ignoreErrors[] = [ |
12870 | | - 'message' => '#^Assigning \'10\' directly on offset \'HTTP_CONTENT_LENGTH\' of \\$_SERVER is discouraged\\.$#', |
12871 | | - 'count' => 1, |
12872 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12873 | | -]; |
12874 | | -$ignoreErrors[] = [ |
12875 | | - 'message' => '#^Assigning \'en\\-US\' directly on offset \'HTTP_ACCEPT_LANGUAGE\' of \\$_SERVER is discouraged\\.$#', |
12876 | | - 'count' => 1, |
12877 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12878 | | -]; |
12879 | | -$ignoreErrors[] = [ |
12880 | | - 'message' => '#^Assigning \'gzip, deflate, br\' directly on offset \'HTTP_ACCEPT_ENCODING\' of \\$_SERVER is discouraged\\.$#', |
12881 | | - 'count' => 1, |
12882 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12883 | | -]; |
12884 | | -$ignoreErrors[] = [ |
12885 | | - 'message' => '#^Assigning \'site1\\.com\' directly on offset \'HTTP_HOST\' of \\$_SERVER is discouraged\\.$#', |
12886 | | - 'count' => 1, |
12887 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12888 | | -]; |
12889 | | -$ignoreErrors[] = [ |
12890 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequestDoNotShareOptionsTest\\:\\:getRequest\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#', |
12891 | | - 'count' => 1, |
12892 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php', |
12893 | | -]; |
12894 | | -$ignoreErrors[] = [ |
12895 | | - 'message' => '#^Access to an undefined property CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:\\$curl_options\\.$#', |
12896 | | - 'count' => 39, |
12897 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12898 | | -]; |
12899 | 12864 | $ignoreErrors[] = [ |
12900 | 12865 | 'message' => '#^Assigning \'10\' directly on offset \'HTTP_CONTENT_LENGTH\' of \\$_SERVER is discouraged\\.$#', |
12901 | 12866 | 'count' => 1, |
|
12916 | 12881 | 'count' => 1, |
12917 | 12882 | 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12918 | 12883 | ]; |
12919 | | -$ignoreErrors[] = [ |
12920 | | - 'message' => '#^Call to an undefined method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:setOutput\\(\\)\\.$#', |
12921 | | - 'count' => 4, |
12922 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12923 | | -]; |
12924 | | -$ignoreErrors[] = [ |
12925 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequestTest\\:\\:getRequest\\(\\) has no return type specified\\.$#', |
12926 | | - 'count' => 1, |
12927 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12928 | | -]; |
12929 | | -$ignoreErrors[] = [ |
12930 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequestTest\\:\\:getRequest\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#', |
12931 | | - 'count' => 1, |
12932 | | - 'path' => __DIR__ . '/tests/system/HTTP/CURLRequestTest.php', |
12933 | | -]; |
12934 | 12884 | $ignoreErrors[] = [ |
12935 | 12885 | 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicyTest\\:\\:work\\(\\) has no return type specified\\.$#', |
12936 | 12886 | 'count' => 1, |
|
0 commit comments