X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatYaml.php;h=700d4a5e9dc160370a20739acd789403c5d80e5f;hb=698cfad8b9380f070e53dd24475cac9dbb3b401b;hp=9a8e3bcefb1efb309d5deaec44f965157af334f3;hpb=83783cd93399fd7526aacf629e448ad3fa80e23c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatYaml.php b/includes/api/ApiFormatYaml.php index 9a8e3bcefb..700d4a5e9d 100644 --- a/includes/api/ApiFormatYaml.php +++ b/includes/api/ApiFormatYaml.php @@ -37,8 +37,4 @@ class ApiFormatYaml extends ApiFormatJson { public function getDescription() { return 'Output data in YAML format' . ApiFormatBase::getDescription(); } - - public function getVersion() { - return __CLASS__ . ': $Id$'; - } }