diff --git a/Authorization/AccessDeniedHandlerInterface.php b/Authorization/AccessDeniedHandlerInterface.php index aea90118..871c877f 100644 --- a/Authorization/AccessDeniedHandlerInterface.php +++ b/Authorization/AccessDeniedHandlerInterface.php @@ -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); }