From f0f79d19c2ac92ee4a59be7c82abff8dd563439b Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 25 Sep 2010 17:17:27 +0000 Subject: [PATCH] Add missing @'s to r73753, document return type --- includes/api/ApiQueryImageInfo.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); -- 2.20.1