From 86c48fee5ec0148e2c48af2dc3a42ab535eb56a1 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 7bdc9a6..49f2d12 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);