diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2021-04-04 21:18:22 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2021-04-04 21:18:22 +0200 |
commit | 78cc6d77ff6c9168fbaa2d159dd05db9be080c74 (patch) | |
tree | af6498fab7f95da8e690415d6a82e0f5b47474a7 /includes/http/MWHttpRequest.php | |
parent | 12a4e3f7c1eaab342e10003cc8fe46af86840949 (diff) | |
download | mediawikicore-78cc6d77ff6c9168fbaa2d159dd05db9be080c74.tar.gz mediawikicore-78cc6d77ff6c9168fbaa2d159dd05db9be080c74.zip |
build: Swap deprecated @codingStandardsIgnore to phpcs:ignore
Bug: T278594
Change-Id: I09a6175917090593e6e0055203a890c32bea03a5
Diffstat (limited to 'includes/http/MWHttpRequest.php')
-rw-r--r-- | includes/http/MWHttpRequest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/http/MWHttpRequest.php b/includes/http/MWHttpRequest.php index 71185b555aec..e365658b17e7 100644 --- a/includes/http/MWHttpRequest.php +++ b/includes/http/MWHttpRequest.php @@ -89,9 +89,8 @@ abstract class MWHttpRequest implements LoggerAwareInterface { /** * @param string $url Url to use. If protocol-relative, will be expanded to an http:// URL * @param array $options (optional) extra params to pass (see HttpRequestFactory::create()) - * @codingStandardsIgnoreStart + * @phpcs:ignore Generic.Files.LineLength * @phan-param array{timeout?:int|string,connectTimeout?:int|string,postData?:array,proxy?:string,noProxy?:bool,sslVerifyHost?:bool,sslVerifyCert?:bool,caInfo?:string,maxRedirects?:int,followRedirects?:bool,userAgent?:string,logger?:LoggerInterface,username?:string,password?:string,originalRequest?:WebRequest|array{ip:string,userAgent:string},method?:string} $options - * @codingStandardsIgnoreEnd * @param string $caller The method making this request, for profiling * @param Profiler|null $profiler An instance of the profiler for profiling, or null * @throws Exception |