Skip to content

Commit 24569f0

Browse files
Remove unused imports
1 parent 0e4611f commit 24569f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Adapter/ConnectionInterface.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Ldap\Exception\AlreadyExistsException;
1515
use Symfony\Component\Ldap\Exception\ConnectionTimeoutException;
1616
use Symfony\Component\Ldap\Exception\InvalidCredentialsException;
17-
use Symfony\Component\Ldap\Exception\LdapException;
1817

1918
/**
2019
* @author Charles Sarrazin <charles@sarraz.in>
@@ -46,10 +45,10 @@ public function bind(?string $dn = null, #[\SensitiveParameter] ?string $passwor
4645
* @throws ConnectionTimeoutException When the connection can't be created because of an LDAP_TIMEOUT error
4746
* @throws InvalidCredentialsException When the connection can't be created because of an LDAP_INVALID_CREDENTIALS error
4847
*/
49-
// public function saslBind(?string $dn = null, #[\SensitiveParameter] ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authcId = null, ?string $authzId = null, ?string $props = null): void;
48+
// public function saslBind(?string $dn = null, #[\SensitiveParameter] ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authcId = null, ?string $authzId = null, ?string $props = null): void;
5049

5150
/*
5251
* Return authenticated and authorized (for SASL) DN.
5352
*/
54-
// public function whoami(): string;
53+
// public function whoami(): string;
5554
}

0 commit comments

Comments
 (0)