Skip to content

Commit 86e07b5

Browse files
[Security] remove some legacy
1 parent dda84ef commit 86e07b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Security/CheckLdapCredentialsListenerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
3131
use Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials;
3232
use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
33+
use Symfony\Component\Security\Http\Authenticator\Passport\PassportInterface;
3334
use Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport;
3435
use Symfony\Component\Security\Http\Event\CheckPassportEvent;
3536
use Symfony\Contracts\Service\ServiceLocatorTrait;
@@ -202,6 +203,9 @@ public function authenticate(Request $request): Passport
202203
{
203204
}
204205

206+
/**
207+
* @internal for compatibility with Symfony 5.4
208+
*/
205209
public function createAuthenticatedToken(PassportInterface $passport, string $firewallName): TokenInterface
206210
{
207211
}

0 commit comments

Comments
 (0)