Skip to content

Commit 2974d67

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: fixed CS fixed CS
2 parents 34f5be2 + 1c8a0b1 commit 2974d67

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)