Skip to content

Commit cb3abf3

Browse files
committed
Accepted suggestions in the guard documentation
1 parent b2f20f4 commit cb3abf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Each authenticator needs the following methods:
420420

421421
**createAuthenticatedToken(UserInterface $user, string $providerKey)**
422422
If you are implementing the :class:`Symfony\\Component\\Security\\Guard\\GuardAuthenticatorInterface`
423-
class instead of extending the :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`
423+
instead of extending the :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`
424424
class, you have to implement this method. This method will be called
425425
after a successful authentication to create and return the token
426426
for the user, who was supplied as the first argument.

0 commit comments

Comments
 (0)