From 133928d6c19386c968d52af49c6cbfe8b08f8794 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 51bd7ca..0b57284 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);