From: Sam Reed Date: Sat, 25 Sep 2010 17:17:27 +0000 (+0000) Subject: Add missing @'s to r73753, document return type X-Git-Tag: 1.31.0-rc.0~34793 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=f0f79d19c2ac92ee4a59be7c82abff8dd563439b;p=lhc%2Fweb%2Fwiklou.git Add missing @'s to r73753, document return type --- diff --git a/includes/api/ApiQueryImageInfo.php b/includes/api/ApiQueryImageInfo.php index 68155b0a76..0b02bf138b 100644 --- a/includes/api/ApiQueryImageInfo.php +++ b/includes/api/ApiQueryImageInfo.php @@ -266,8 +266,9 @@ class ApiQueryImageInfo extends ApiQueryBase { /* * - * param $metadata Array - * param $result ApiResult + * @param $metadata Array + * @param $result ApiResult + * @return Array */ public static function processMetaData( $metadata, $result ) { $retval = array();