Skip to content

Commit 7a1493a

Browse files
committed
minor symfony#48383 [Security] Fix outdated docblock (chalasr)
This PR was merged into the 6.0 branch. Discussion ---------- [Security] Fix outdated docblock | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - `AbstractAuthenticationListener` has been removed in 6.0. Commits ------- ad30d26 [Security] Fix outdated docblock
2 parents 097e6b2 + ad30d26 commit 7a1493a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/Security/Http/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)