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