fix code sniffer violations

This commit is contained in:
Jolien Trog 2025-08-26 14:24:50 +02:00
parent e16b6ecc49
commit 3f8453118e

View File

@ -51,11 +51,13 @@ 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 - ',
$this->translate('No Password Policy')
['' => sprintf(
' - %s - ',
$this->translate('No Password Policy')
)],
$passwordPolicies
),