Make PHP-CS happy

This commit is contained in:
Philipp 2025-01-05 22:53:00 +01:00 committed by Hypolite Petovan
parent f53292cb11
commit ae8450f4fb
2 changed files with 66 additions and 64 deletions

View file

@ -281,10 +281,12 @@ class Install extends BaseModule
$this->configCache->get('config', 'admin_email'),
$this->t('Your account email address must match this in order to use the web admin panel.'),
$this->t('Required'), 'autofocus', 'email'],
'$timezone' => Temporal::getTimezoneField('system-default_timezone',
'$timezone' => Temporal::getTimezoneField(
'system-default_timezone',
$this->t('Please select a default timezone for your website'),
$this->configCache->get('system', 'default_timezone'),
''),
''
),
'$language' => ['system-language',
$this->t('System Language:'),
$this->configCache->get('system', 'language'),