We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e2b17 commit d9fca82Copy full SHA for d9fca82
Authorization/AccessDeniedHandlerInterface.php
@@ -26,7 +26,7 @@ interface AccessDeniedHandlerInterface
26
/**
27
* Handles an access denied failure.
28
*
29
- * @return Response may return null
+ * @return Response|null
30
*/
31
public function handle(Request $request, AccessDeniedException $accessDeniedException);
32
}
0 commit comments