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 3ff3c64 + 2974d67 commit 1e83cb9Copy full SHA for 1e83cb9
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