From e3cc2fef05fc5f269e20018ba530395abab2de63 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 8136099..c392986 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);