Skip to content

Commit 6791856

Browse files
[Security] Fix return type of AuthenticationSuccessHandlerInterface::onAuthenticationSuccess()
1 parent 428c849 commit 6791856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authentication/AuthenticationSuccessHandlerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface AuthenticationSuccessHandlerInterface
3131
* is called by authentication listeners inheriting from
3232
* AbstractAuthenticationListener.
3333
*
34-
* @return Response
34+
* @return Response|null
3535
*/
3636
public function onAuthenticationSuccess(Request $request, TokenInterface $token);
3737
}

0 commit comments

Comments
 (0)