X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatDbg.php;h=273e205a87016d141d10a3c8a4e01568a0ad6f2e;hb=a91b0c860659e5bff277249bcdc3c5723589b024;hp=5ec518b358eb5934207fa11caa87b4a2c2dda7ea;hpb=2bd577d312ddfc1c97afd62794f240eb3129ebfb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatDbg.php b/includes/api/ApiFormatDbg.php index 5ec518b358..273e205a87 100644 --- a/includes/api/ApiFormatDbg.php +++ b/includes/api/ApiFormatDbg.php @@ -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; } }