Add missing @'s to r73753, document return type
authorSam Reed <reedy@users.mediawiki.org>
Sat, 25 Sep 2010 17:17:27 +0000 (17:17 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 25 Sep 2010 17:17:27 +0000 (17:17 +0000)
includes/api/ApiQueryImageInfo.php

index 68155b0..0b02bf1 100644 (file)
@@ -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();