X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatYaml.php;h=c9089a7d04518d09dc5f04369166e9b844608ec7;hb=5d318d830323cc69b046b75fafaaa19b78034e9d;hp=3798f89409f895089c4550bc57a68427087eb653;hpb=efb41a22049a05c9beb25df66edc5ec7087ee0ad;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatYaml.php b/includes/api/ApiFormatYaml.php index 3798f89409..c9089a7d04 100644 --- a/includes/api/ApiFormatYaml.php +++ b/includes/api/ApiFormatYaml.php @@ -40,7 +40,7 @@ class ApiFormatYaml extends ApiFormatJson { parent::execute(); } - public function getDescription() { - return 'DEPRECATED! Output data in YAML format' . ApiFormatBase::getDescription(); + public function isDeprecated() { + return true; } }