X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatYaml.php;h=700d4a5e9dc160370a20739acd789403c5d80e5f;hb=8361098796e3d26a1cac684636a8b4ad992a53e7;hp=730ad8eaed28120534170ccf652862837e18fd2f;hpb=7ab935b039e67242b8607335b78f4e85c0eaed0d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatYaml.php b/includes/api/ApiFormatYaml.php index 730ad8eaed..700d4a5e9d 100644 --- a/includes/api/ApiFormatYaml.php +++ b/includes/api/ApiFormatYaml.php @@ -35,10 +35,6 @@ class ApiFormatYaml extends ApiFormatJson { } public function getDescription() { - return 'Output data in YAML format' . parent::getDescription(); - } - - public function getVersion() { - return __CLASS__ . ': $Id$'; + return 'Output data in YAML format' . ApiFormatBase::getDescription(); } }