Scrutinizer-ci has fixed this now.
This commit is contained in:
parent
f5c4321322
commit
718cfa0bcf
@ -960,11 +960,6 @@ function transload($url, $mfile) {
|
|||||||
fwrite($fp, $data);
|
fwrite($fp, $data);
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
|
||||||
//
|
|
||||||
// Scrutinizer-ci complains that $http_response_header does not exist,
|
|
||||||
// however, $http_response_header is actually a super-global.
|
|
||||||
// I have filed a bug with PHP-Analyzer here: https://github.com/scrutinizer-ci/php-analyzer/issues/212
|
|
||||||
//
|
|
||||||
$headers = http_parse_headers(implode("\n", $http_response_header));
|
$headers = http_parse_headers(implode("\n", $http_response_header));
|
||||||
|
|
||||||
return $headers;
|
return $headers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user