X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=2ca5e1b71ffa331d8d1f0aec1b34cc1244fcc50e;hb=d821b71d1adb2ae6bb0fd16f221c6316978d506b;hp=54b057aec6005884a084114f2bd5ea517fe0f49c;hpb=eaeeea4b29ffa13c75c4150d84360cfd38332311;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 ) {