Skip to content

Commit 5e3f617

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: backport some tweaks from 5.0 docs
2 parents 6d74680 + de363d5 commit 5e3f617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security/guard_authentication.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ Each authenticator needs the following methods:
330330
If you are implementing the :class:`Symfony\\Component\\Security\\Guard\\AuthenticatorInterface`
331331
instead of extending the :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`
332332
class, you have to implement this method. It will be called
333-
after a successful authentication to create and return the token (a class implementing :class:`Symfony\\Component\\Security\\Guard\\Token\\GuardTokenInterface`)
333+
after a successful authentication to create and return the token (a
334+
class implementing :class:`Symfony\\Component\\Security\\Guard\\Token\\GuardTokenInterface`)
334335
for the user, who was supplied as the first argument.
335336

336337
The picture below shows how Symfony calls Guard Authenticator methods:

0 commit comments

Comments
 (0)