X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=includes%2Fhttp%2FGuzzleHttpRequest.php;h=fa6dad719f99f0650e05d71452a4c8f9f83b2e92;hb=290ab29617d830d20cdc72cb9e5e199f5e091d9d;hp=e6b289206a3f6436be14459c16af6601519dba5c;hpb=855787ca318e0fa0fabf41c5769af7d4e0d09e7d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/http/GuzzleHttpRequest.php b/includes/http/GuzzleHttpRequest.php index e6b289206a..fa6dad719f 100644 --- a/includes/http/GuzzleHttpRequest.php +++ b/includes/http/GuzzleHttpRequest.php @@ -41,11 +41,12 @@ class GuzzleHttpRequest extends MWHttpRequest { protected $handler = null; protected $sink = null; + /** @var array */ protected $guzzleOptions = [ 'http_errors' => false ]; /** * @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