remove unused function parameters

This commit is contained in:
Dennis Eichhorn 2021-08-06 19:30:01 +02:00
parent 6429b4c373
commit a1239628f3

View File

@ -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'));