From acbdfe48ffd74cb9acfd249f3853df49df10ee93 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 18 Dec 2014 17:28:34 -0800 Subject: [PATCH] Fixed comment typo and other docs tweaks Change-Id: I0368561611071f0e4722661e7f7c146618f3364a --- includes/libs/virtualrest/VirtualRESTServiceClient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/libs/virtualrest/VirtualRESTServiceClient.php b/includes/libs/virtualrest/VirtualRESTServiceClient.php index 2d21d3cfac..9be38817e2 100644 --- a/includes/libs/virtualrest/VirtualRESTServiceClient.php +++ b/includes/libs/virtualrest/VirtualRESTServiceClient.php @@ -130,7 +130,7 @@ class VirtualRESTServiceClient { * * list( $rcode, $rdesc, $rhdrs, $rbody, $rerr ) = $client->run( $req ); * - * @param array $req Virtual HTTP request array + * @param array $req Virtual HTTP request maps * @return array Response array for request */ public function run( array $req ) { @@ -152,7 +152,7 @@ class VirtualRESTServiceClient { * list( $rcode, $rdesc, $rhdrs, $rbody, $rerr ) = $responses[0]; * * - * @param array $req Map of Virtual HTTP request arrays + * @param array $reqs Map of Virtual HTTP request maps * @return array $reqs Map of corresponding response values with the same keys/order */ public function runMulti( array $reqs ) { -- 2.20.1