X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInstall.php;h=8f872c683e4421cab608df6d6bbb4e093ddf0706;hb=489cd0884ade34932fee45f136f77949bb3e3f91;hp=8b6f97f984a56cb1cf9d29abb524391dd3e01355;hpb=6730430919a8c2d93f70397d9a2d4374a5001653;p=friendica.git diff --git a/src/Module/Install.php b/src/Module/Install.php index 8b6f97f984..8f872c683e 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -65,7 +65,7 @@ class Install extends BaseModule */ private static $installer; - public static function init(array $parameters = []) + public function init() { $a = DI::app(); @@ -94,7 +94,7 @@ class Install extends BaseModule self::$currentWizardStep = ($_POST['pass'] ?? '') ?: self::SYSTEM_CHECK; } - public static function post(array $parameters = []) + public function post() { $a = DI::app(); $configCache = $a->getConfigCache(); @@ -177,7 +177,7 @@ class Install extends BaseModule } } - public static function content(array $parameters = []) + public function content(): string { $a = DI::app(); $configCache = $a->getConfigCache();