Move up devunt's name to Developers
[lhc/web/wiklou.git] / includes / api / ApiFormatYaml.php
index 3658003..c9089a7 100644 (file)
@@ -40,10 +40,6 @@ class ApiFormatYaml extends ApiFormatJson {
                parent::execute();
        }
 
-       public function getDescription() {
-               return 'Output data in YAML format' . ApiFormatBase::getDescription();
-       }
-
        public function isDeprecated() {
                return true;
        }