Merge "Maintenance: Add an easy way to access Config instances"
[lhc/web/wiklou.git] / includes / api / ApiLogout.php
index 2ba92a6..324f4b2 100644 (file)
@@ -50,16 +50,12 @@ class ApiLogout extends ApiBase {
                return array();
        }
 
-       public function getResultProperties() {
-               return array();
-       }
-
        public function getParamDescription() {
                return array();
        }
 
        public function getDescription() {
-               return 'Log out and clear session data';
+               return 'Log out and clear session data.';
        }
 
        public function getExamples() {