Skip to content

Commit 6f81adc

Browse files
alamiraultfabpot
authored andcommitted
Update phpdoc to not reference removed classes
1 parent 0afb37c commit 6f81adc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Authentication/AuthenticationFailureHandlerInterface.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
interface AuthenticationFailureHandlerInterface
2828
{
2929
/**
30-
* This is called when an interactive authentication attempt fails. This is
31-
* called by authentication listeners inheriting from
32-
* AbstractAuthenticationListener.
30+
* This is called when an interactive authentication attempt fails.
3331
*/
3432
public function onAuthenticationFailure(Request $request, AuthenticationException $exception): Response;
3533
}

Firewall/LogoutListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function supports(Request $request): ?bool
6666
* validate the request.
6767
*
6868
* @throws LogoutException if the CSRF token is invalid
69-
* @throws \RuntimeException if the LogoutSuccessHandlerInterface instance does not return a response
69+
* @throws \RuntimeException if the LogoutEvent listener does not set a response
7070
*/
7171
public function authenticate(RequestEvent $event): void
7272
{

0 commit comments

Comments
 (0)