Fix abstract/interface implementation

This commit is contained in:
Dennis Eichhorn 2018-03-14 18:12:32 +01:00
parent b0a170c122
commit c65462d5be

View File

@ -33,7 +33,7 @@ class Installer extends InstallerAbstract
/** /**
* {@inheritdoc} * {@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); parent::install(__DIR__ . '/..', $dbPool, $info);