From 96b40d999a8ef24ac4328338244667747d75b2f1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Feb 2021 18:01:52 +0100 Subject: [PATCH] impl. more static translations --- Admin/Installer.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index d8aa7d6..b17b4eb 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -51,21 +51,21 @@ final class Installer extends InstallerAbstract * @param DatabasePool $dbPool Database pool * @param array $data Module info * - * @return void + * @return array * * @throws PathException This exception is thrown if the Search install file couldn't be found * @throws \Exception This exception is thrown if the Search install file is invalid json * * @since 1.0.0 */ - public static function installExternal(DatabasePool $dbPool, array $data) : void + public static function installExternal(DatabasePool $dbPool, array $data) : array { if (!\file_exists(__DIR__ . '/../SearchCommands.php')) { \file_put_contents(__DIR__ . '/../SearchCommands.php', '