Merge "MWUI: Vertically align the icon pseudo elements"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / MockApi.php
index d94aa2c..9a64d08 100644 (file)
@@ -4,17 +4,14 @@ class MockApi extends ApiBase {
        public function execute() {
        }
 
-       public function getVersion() {
-       }
-
        public function __construct() {
        }
 
        public function getAllowedParams() {
-               return array(
+               return [
                        'filename' => null,
                        'enablechunks' => false,
                        'sessionkey' => null,
-               );
+               ];
        }
 }