From aa2894b0d4cf7d2e2bc07042610ae1c0f7734468 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 d777ed5..6ad1a42 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -32,7 +32,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); }