mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +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)
|
array_flip($fields)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} while (
|
} while ((! $serverSorting || $limit === 0 || $limit !== count($entries))
|
||||||
(! $serverSorting || $limit === 0 || $limit !== count($entries))
|
|
||||||
&& ($entry = ldap_next_entry($ds, $entry))
|
&& ($entry = ldap_next_entry($ds, $entry))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user