mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
fix coding guideline violations
This commit is contained in:
parent
ffe672c252
commit
c55ba6dff4
@ -703,8 +703,7 @@ class LdapConnection implements Selectable, Inspectable
|
||||
array_flip($fields)
|
||||
);
|
||||
}
|
||||
} while (
|
||||
(! $serverSorting || $limit === 0 || $limit !== count($entries))
|
||||
} while ((! $serverSorting || $limit === 0 || $limit !== count($entries))
|
||||
&& ($entry = ldap_next_entry($ds, $entry))
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user