Skip to content

Commit 1e83cb9

Browse files
committed
Merge branch '3.4'
* 3.4: fixed CS fixed CS fixed CS
2 parents 3ff3c64 + 2974d67 commit 1e83cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LdapInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface LdapInterface
3131
* @param string $dn A LDAP dn
3232
* @param string $password A password
3333
*
34-
* @throws ConnectionException If dn / password could not be bound.
34+
* @throws ConnectionException if dn / password could not be bound
3535
*/
3636
public function bind($dn = null, $password = null);
3737

0 commit comments

Comments
 (0)