Merge "Clear DeferredUpdates state via setUp()"
[lhc/web/wiklou.git] / includes / api / ApiFormatDbg.php
index 5ec518b..273e205 100644 (file)
@@ -43,7 +43,7 @@ class ApiFormatDbg extends ApiFormatBase {
                $this->printText( var_export( $this->getResultData(), true ) );
        }
 
-       public function getDescription() {
-               return 'DEPRECATED! Output data in PHP\'s var_export() format' . parent::getDescription();
+       public function isDeprecated() {
+               return true;
        }
 }