Skip to content

Commit ac0578b

Browse files
committed
fixed CS
1 parent f81ff19 commit ac0578b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LdapClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface LdapClientInterface
2929
* @param string $dn A LDAP dn
3030
* @param string $password A password
3131
*
32-
* @throws ConnectionException If dn / password could not be bound.
32+
* @throws ConnectionException if dn / password could not be bound
3333
*/
3434
public function bind($dn = null, $password = null);
3535

0 commit comments

Comments
 (0)