X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=includes%2Fhttp%2FCurlHttpRequest.php;h=f958ff657de4c14bdcf6334ac0085b4c4d4f42f4;hb=00c3f09566dd02863a888e496ae32c08f91443b0;hp=7fd3e835c423b88f729d4128bf3343b27ef9aaef;hpb=0e473dd4ce7f17efd215192fe8c70b467394465e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/http/CurlHttpRequest.php b/includes/http/CurlHttpRequest.php index 7fd3e835c4..f958ff657d 100644 --- a/includes/http/CurlHttpRequest.php +++ b/includes/http/CurlHttpRequest.php @@ -37,6 +37,12 @@ class CurlHttpRequest extends MWHttpRequest { return strlen( $content ); } + /** + * @see MWHttpRequest::execute + * + * @throws MWException + * @return Status + */ public function execute() { $this->prepare();