Skip to content

Commit

Permalink
[Security] Fix return type of AuthenticationSuccessHandlerInterface::…
Browse files Browse the repository at this point in the history
…onAuthenticationSuccess()
  • Loading branch information
nicolas-grekas committed Apr 21, 2023
1 parent 428c849 commit 6791856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Authentication/AuthenticationSuccessHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface AuthenticationSuccessHandlerInterface
* is called by authentication listeners inheriting from
* AbstractAuthenticationListener.
*
* @return Response
* @return Response|null
*/
public function onAuthenticationSuccess(Request $request, TokenInterface $token);
}

0 comments on commit 6791856

Please sign in to comment.