X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatYaml.php;h=c9089a7d04518d09dc5f04369166e9b844608ec7;hb=35d9ad550f2f443455b3b76495d9cebfafdfaf37;hp=3798f89409f895089c4550bc57a68427087eb653;hpb=abb5869cba1cca1c7d9bedfda6d3831bf2fc11a0;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; } }