From a4a7b3cba398a7d337f5f367e76b100e824bf784 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 14 Mar 2018 18:12:32 +0100 Subject: [PATCH] Fix abstract/interface implementation --- Admin/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 0464dd2..b1ae5a4 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -33,7 +33,7 @@ class Installer extends InstallerAbstract /** * {@inheritdoc} */ - public static function install(string $path, DatabasePool $dbPool, InfoManager $info) + public static function install(string $path, DatabasePool $dbPool, InfoManager $info) : void { parent::install(__DIR__ . '/..', $dbPool, $info);