mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 10:57:40 +02:00
fix codesniffer
This commit is contained in:
parent
3b481e4cbe
commit
caf29a127d
@ -20,7 +20,7 @@ class PasswordPolicyConfigForm extends Form
|
||||
|
||||
public function createElements(array $formData): self
|
||||
{
|
||||
$passwordPolicies = [];
|
||||
$passwordPolicies = [];
|
||||
|
||||
foreach (Hook::all('passwordpolicy') as $class => $policy) {
|
||||
$passwordPolicies[$class] = $policy->getName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user