File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 30
30
use Symfony \Component \Security \Http \Authenticator \Passport \Badge \UserBadge ;
31
31
use Symfony \Component \Security \Http \Authenticator \Passport \Credentials \PasswordCredentials ;
32
32
use Symfony \Component \Security \Http \Authenticator \Passport \Passport ;
33
+ use Symfony \Component \Security \Http \Authenticator \Passport \PassportInterface ;
33
34
use Symfony \Component \Security \Http \Authenticator \Passport \SelfValidatingPassport ;
34
35
use Symfony \Component \Security \Http \Event \CheckPassportEvent ;
35
36
use Symfony \Contracts \Service \ServiceLocatorTrait ;
@@ -202,6 +203,9 @@ public function authenticate(Request $request): Passport
202
203
{
203
204
}
204
205
206
+ /**
207
+ * @internal for compatibility with Symfony 5.4
208
+ */
205
209
public function createAuthenticatedToken (PassportInterface $ passport , string $ firewallName ): TokenInterface
206
210
{
207
211
}
You can’t perform that action at this time.
0 commit comments