Skip to content

Commit d9fca82

Browse files
committed
fix phpdoc
1 parent 58e2b17 commit d9fca82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authorization/AccessDeniedHandlerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface AccessDeniedHandlerInterface
2626
/**
2727
* Handles an access denied failure.
2828
*
29-
* @return Response may return null
29+
* @return Response|null
3030
*/
3131
public function handle(Request $request, AccessDeniedException $accessDeniedException);
3232
}

0 commit comments

Comments
 (0)