Merge "Add 'mw-anonuserlink' class for anonymous users"
[lhc/web/wiklou.git] / includes / api / ApiFormatYaml.php
index 730ad8e..700d4a5 100644 (file)
@@ -35,10 +35,6 @@ class ApiFormatYaml extends ApiFormatJson {
        }
 
        public function getDescription() {
-               return 'Output data in YAML format' . parent::getDescription();
-       }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
+               return 'Output data in YAML format' . ApiFormatBase::getDescription();
        }
 }