Skip to content

Commit

Permalink
Update phpdoc to not reference removed classes
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault authored and fabpot committed Aug 30, 2023
1 parent 0afb37c commit 6f81adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Authentication/AuthenticationFailureHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
interface AuthenticationFailureHandlerInterface
{
/**
* This is called when an interactive authentication attempt fails. This is
* called by authentication listeners inheriting from
* AbstractAuthenticationListener.
* This is called when an interactive authentication attempt fails.
*/
public function onAuthenticationFailure(Request $request, AuthenticationException $exception): Response;
}
2 changes: 1 addition & 1 deletion Firewall/LogoutListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function supports(Request $request): ?bool
* validate the request.
*
* @throws LogoutException if the CSRF token is invalid
* @throws \RuntimeException if the LogoutSuccessHandlerInterface instance does not return a response
* @throws \RuntimeException if the LogoutEvent listener does not set a response
*/
public function authenticate(RequestEvent $event): void
{
Expand Down

0 comments on commit 6f81adc

Please sign in to comment.