8000 Fixed trailing spaces · symfony/symfony@cd0e97c · GitHub
[go: up one dir, main page]

Skip to content

Commit cd0e97c

Browse files
committed
Fixed trailing spaces
1 parent 98cbd31 commit cd0e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Ldap/LdapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function find($dn, $query, $filter = '*')
8888
if (false === $search) {
8989
throw new LdapException(ldap_error($this->connection));
9090
}
91-
91+
9292
$infos = ldap_get_entries($this->connection, $search);
9393

9494
if (false === @ldap_free_result($search)) {

0 commit comments

Comments
 (0)
0