]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Maintenance.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / Maintenance.php
index 0a7b67cf80c7c18e8e6e4c61f2b9b5577c2691ef..056bde7325db78718ae8ca780d38f97d9b30feec 100644 (file)
@@ -14,7 +14,7 @@ use Friendica\Util\Strings;
  */
 class Maintenance extends BaseModule
 {
-       public static function content($parameters)
+       public static function content(array $parameters = [])
        {
                $config = self::getApp()->getConfig();