mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-24 02:17:40 +02:00
fix code sniffer violations
This commit is contained in:
parent
e16b6ecc49
commit
3f8453118e
@ -51,10 +51,12 @@ class PasswordPolicyConfigForm extends Form
|
||||
'global_password_policy',
|
||||
array(
|
||||
'description' => $this->translate(
|
||||
'Enforce strong password requirements for new passwords'),
|
||||
'Enforce strong password requirements for new passwords'
|
||||
),
|
||||
'label' => $this->translate('Password Policy'),
|
||||
'multiOptions' => array_merge(
|
||||
['' => sprintf(' - %s - ',
|
||||
['' => sprintf(
|
||||
' - %s - ',
|
||||
$this->translate('No Password Policy')
|
||||
)],
|
||||
$passwordPolicies
|
||||
|
Loading…
x
Reference in New Issue
Block a user