Move up devunt's name to Developers
[lhc/web/wiklou.git] / includes / api / ApiFormatYaml.php
index 3798f89..c9089a7 100644 (file)
@@ -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;
        }
 }