Skip to content

Commit 1c8a0b1

Browse files
committed
fixed CS
1 parent 7a2ca5e commit 1c8a0b1

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)