File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ public function isBound(): bool;
31
31
* @throws AlreadyExistsException When the connection can't be created because of an LDAP_ALREADY_EXISTS error
32
32
* @throws ConnectionTimeoutException When the connection can't be created because of an LDAP_TIMEOUT error
33
33
* @throws InvalidCredentialsException When the connection can't be created because of an LDAP_INVALID_CREDENTIALS error
34
+ *
35
+ * @return void
34
36
*/
35
37
public function bind (string $ dn = null , #[\SensitiveParameter] string $ password = null );
36
38
}
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ interface LdapInterface
29
29
* Return a connection bound to the ldap.
30
30
*
31
31
* @throws ConnectionException if dn / password could not be bound
32
+ *
33
+ * @return void
32
34
*/
33
35
public function bind (string $ dn = null , #[\SensitiveParameter] string $ password = null );
34
36
You can’t perform that action at this time.
0 commit comments