From a1239628f3bf4638f3ec53010c646334c8a329da Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 6 Aug 2021 19:30:01 +0200 Subject: [PATCH] remove unused function parameters --- Admin/Installer.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 2d6129d..f023893 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -44,12 +44,9 @@ final class Installer extends InstallerAbstract /** * Installing default tag colors * - * @param ModuleInfo $info Module information - * @param SettingsInterface $cfgHandler Config handler - * * @return void */ - private static function installDefaultColors(ModuleInfo $info, SettingsInterface $cfgHandler) : void + private static function installDefaultColors() : void { $setting = new Setting(); SettingMapper::create($setting->with(0, '1007500001', '#ff000000;#ff00ff00;#ffffffff', 'Tag'));