Made DifferenceEngine use a context instead of global variables and updaters calls...
[lhc/web/wiklou.git] / includes / api / ApiFormatRaw.php
index e1e06e2..7591287 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * API for MediaWiki 1.8+
+ *
  *
  * Created on Feb 2, 2009
  *
@@ -38,7 +38,7 @@ class ApiFormatRaw extends ApiFormatBase {
        /**
         * Constructor
         * @param $main ApiMain object
-        * @param $errorFallback Formatter object to fall back on for errors
+        * @param $errorFallback ApiFormatBase object to fall back on for errors
         */
        public function __construct( $main, $errorFallback ) {
                parent::__construct( $main, 'raw' );