Merge "Fix Language::parseFormattedNumber for lzh and zh-classical"
[lhc/web/wiklou.git] / includes / api / ApiFormatRaw.php
index 45003e9..af17554 100644 (file)
@@ -32,8 +32,8 @@ class ApiFormatRaw extends ApiFormatBase {
 
        /**
         * Constructor
-        * @param $main ApiMain object
-        * @param $errorFallback ApiFormatBase object to fall back on for errors
+        * @param ApiMain $main
+        * @param ApiFormatBase $errorFallback ApiFormatBase object to fall back on for errors
         */
        public function __construct( $main, $errorFallback ) {
                parent::__construct( $main, 'raw' );