This commit is contained in:
Fabien Potencier 2020-09-02 14:17:05 +02:00
parent f0c4d3130e
commit ddede31d09

View File

@ -51,7 +51,7 @@ class Connection extends AbstractConnection
/**
* {@inheritdoc}
*
* @param string $password WARNING: When the LDAP server allows unauthenticated binds, a blank $password will always be valid.
* @param string $password WARNING: When the LDAP server allows unauthenticated binds, a blank $password will always be valid
*/
public function bind($dn = null, $password = null)
{