Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Security] Fix return type of AuthenticationSuccessHandlerInterface::…
…onAuthenticationSuccess()
  • Loading branch information
nicolas-grekas committed Apr 21, 2023
commit 7e35ba0e5d3dcdd8efc366022ab2ac3b550f8698
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);
}