Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / skins / SkinApiTemplate.php
index 97b7038..f7d7cb2 100644 (file)
@@ -50,14 +50,14 @@ class SkinApiTemplate extends BaseTemplate {
        // Skip work and hooks for stuff we don't use
 
        function getToolbox() {
-               return array();
+               return [];
        }
 
        function getPersonalTools() {
-               return array();
+               return [];
        }
 
-       function getSidebar( $options = array() ) {
-               return array();
+       function getSidebar( $options = [] ) {
+               return [];
        }
 }