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 7a2ca5e commit 1c8a0b1Copy full SHA for 1c8a0b1
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