From: Aaron Schulz Date: Thu, 14 Aug 2014 22:35:30 +0000 (-0700) Subject: Fixed doc comment X-Git-Tag: 1.31.0-rc.0~14425^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=0702671f2eb4260b22e3d6aa703398a76e21e685;p=lhc%2Fweb%2Fwiklou.git Fixed doc comment Change-Id: I906f3f34ac27207dd6b87b07fa6e791bc7b66691 --- diff --git a/includes/libs/MultiHttpClient.php b/includes/libs/MultiHttpClient.php index 671e812a47..8c982c431b 100644 --- a/includes/libs/MultiHttpClient.php +++ b/includes/libs/MultiHttpClient.php @@ -116,7 +116,7 @@ class MultiHttpClient { * This is true for the request headers and the response headers. Integer-indexed * method/URL entries will also be changed to use the corresponding string keys. * - * @param array $req Map of HTTP request arrays + * @param array $reqs Map of HTTP request arrays * @param array $opts * - connTimeout : connection timeout per request * - reqTimeout : post-connection timeout per request