fix phpdoc

This commit is contained in:
Ondrej Exner 2019-05-22 09:57:24 +02:00
parent 9e4d5ff47d
commit 45a8f893ef
No known key found for this signature in database
GPG Key ID: C48BF5ECF707FD17
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ interface AccessDeniedHandlerInterface
/**
* Handles an access denied failure.
*
* @return Response may return null
* @return Response|null
*/
public function handle(Request $request, AccessDeniedException $accessDeniedException);
}