From: Aaron Schulz Date: Fri, 19 Dec 2014 01:28:34 +0000 (-0800) Subject: Fixed comment typo and other docs tweaks X-Git-Tag: 1.31.0-rc.0~12911 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=acbdfe48ffd74cb9acfd249f3853df49df10ee93;p=lhc%2Fweb%2Fwiklou.git Fixed comment typo and other docs tweaks Change-Id: I0368561611071f0e4722661e7f7c146618f3364a --- 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 ) {