X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=includes%2Fhttp%2FMWHttpRequest.php;h=d1c14aebbaf50efa829832e757bbb729196b206a;hb=290ab29617d830d20cdc72cb9e5e199f5e091d9d;hp=3885c0319a3cb4b4f003ad37734166977658cbda;hpb=31a987345d47ab516d69914af95da2278121b25c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/http/MWHttpRequest.php b/includes/http/MWHttpRequest.php index 3885c0319a..d1c14aebba 100644 --- a/includes/http/MWHttpRequest.php +++ b/includes/http/MWHttpRequest.php @@ -103,7 +103,6 @@ abstract class MWHttpRequest implements LoggerAwareInterface { $this->url = wfExpandUrl( $url, PROTO_HTTP ); $this->parsedUrl = wfParseUrl( $this->url ); - // @phan-suppress-next-line PhanTypeInvalidDimOffset $this->logger = $options['logger'] ?? new NullLogger(); if ( !$this->parsedUrl || !Http::isValidURI( $this->url ) ) {