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