X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatNone.php;h=dc623ac1e9eab0d8da296c6ec1bf43728664eccd;hb=2c72e849d223012864627e744df65d865e738fa1;hp=bee1ac964b129c1c065e34290391c88ea7095ac9;hpb=eeaca0a97fcb416c0ae2b24aec0b8ab76c30cac6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatNone.php b/includes/api/ApiFormatNone.php index bee1ac964b..dc623ac1e9 100644 --- a/includes/api/ApiFormatNone.php +++ b/includes/api/ApiFormatNone.php @@ -30,18 +30,10 @@ */ class ApiFormatNone extends ApiFormatBase { - public function __construct( $main, $format ) { - parent::__construct( $main, $format ); - } - public function getMimeType() { return 'text/plain'; } public function execute() { } - - public function getDescription() { - return 'Output nothing' . parent::getDescription(); - } }