Skip to content

Commit 9531d2d

Browse files
committed
[Security] Fix outdated docblock
1 parent a91feca commit 9531d2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Authentication/AuthenticationSuccessHandlerInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
interface AuthenticationSuccessHandlerInterface
2828
{
2929
/**
30-
* This is called when an interactive authentication attempt succeeds. This
31-
* is called by authentication listeners inheriting from
32-
* AbstractAuthenticationListener.
30+
* Usually called by AuthenticatorInterface::onAuthenticationSuccess() implementations.
3331
*/
3432
public function onAuthenticationSuccess(Request $request, TokenInterface $token): Response;
3533
}

0 commit comments

Comments
 (0)