From 0702671f2eb4260b22e3d6aa703398a76e21e685 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 14 Aug 2014 15:35:30 -0700 Subject: [PATCH] Fixed doc comment Change-Id: I906f3f34ac27207dd6b87b07fa6e791bc7b66691 --- includes/libs/MultiHttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1