X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=2ca5e1b71ffa331d8d1f0aec1b34cc1244fcc50e;hb=eb2f439768d34254964e798d9523211ba8ea2f5f;hp=54b057aec6005884a084114f2bd5ea517fe0f49c;hpb=fe79bc528b0e054aa630bd4fcfcdd4a9804892da;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 54b057aec6..2ca5e1b71f 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -599,7 +599,7 @@ class MWHttpRequest { * Returns the value of the given response header. * * @param string $header - * @return string + * @return string|null */ public function getResponseHeader( $header ) { if ( !$this->respHeaders ) {