X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatYaml.php;h=700d4a5e9dc160370a20739acd789403c5d80e5f;hb=8361098796e3d26a1cac684636a8b4ad992a53e7;hp=9a8e3bcefb1efb309d5deaec44f965157af334f3;hpb=62db8b49c43cbdb1e445cb1994040fa4ad1656f0;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$'; - } }