X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fhttp%2FGuzzleHttpRequest.php;h=3af7f56a5d168f79d390ef48532a422a5960787d;hb=18a53cb48bc5848e490f3bc1c444e26ef8bc8299;hp=e6b289206a3f6436be14459c16af6601519dba5c;hpb=0c68254dc6e274ef22c40dad71fe64112365f48a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/http/GuzzleHttpRequest.php b/includes/http/GuzzleHttpRequest.php index e6b289206a..3af7f56a5d 100644 --- a/includes/http/GuzzleHttpRequest.php +++ b/includes/http/GuzzleHttpRequest.php @@ -45,7 +45,7 @@ class GuzzleHttpRequest extends MWHttpRequest { /** * @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 Http::request()) + * @param array $options (optional) extra params to pass (see HttpRequestFactory::create()) * @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