We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81ff19 commit ac0578bCopy full SHA for ac0578b
LdapClientInterface.php
@@ -29,7 +29,7 @@ interface LdapClientInterface
29
* @param string $dn A LDAP dn
30
* @param string $password A password
31
*
32
- * @throws ConnectionException If dn / password could not be bound.
+ * @throws ConnectionException if dn / password could not be bound
33
*/
34
public function bind($dn = null, $password = null);
35
0 commit comments