[Security] Update AuthenticationFailureHandlerInterface docblock. Never return null

This commit is contained in:
Alexander 2012-06-21 09:44:37 +02:00
parent 915704c071
commit f9d5606f3f

View File

@ -33,7 +33,7 @@ interface AuthenticationFailureHandlerInterface
* @param Request $request
* @param AuthenticationException $exception
*
* @return Response|null the response to return
* @return Response The response to return, never null
*/
function onAuthenticationFailure(Request $request, AuthenticationException $exception);
}