X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=2ca5e1b71ffa331d8d1f0aec1b34cc1244fcc50e;hb=7e18cfc3b5ed4e957a9ed8ac7af4a68d1a95576c;hp=54b057aec6005884a084114f2bd5ea517fe0f49c;hpb=161e8669fe285b20d4534ca14a4ffdbe2271801a;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 ) {