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.
2 parents 34f5be2 + 1c8a0b1 commit 2974d67Copy full SHA for 2974d67
LdapInterface.php
@@ -31,7 +31,7 @@ interface LdapInterface
31
* @param string $dn A LDAP dn
32
* @param string $password A password
33
*
34
- * @throws ConnectionException If dn / password could not be bound.
+ * @throws ConnectionException if dn / password could not be bound
35
*/
36
public function bind($dn = null, $password = null);
37
0 commit comments