fix coding guideline violations

This commit is contained in:
Matthias Jentsch 2015-07-16 13:51:35 +02:00
parent ffe672c252
commit c55ba6dff4

View File

@ -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))
); );