Skip to content

Commit 9d63e1b

Browse files
Merge branch '3.4' into 4.2
* 3.4: [github] Implement the new security policy. [Finder] fix wrong method call casing Make tempfile path unique minor: fix phpdocs in the ldap component [Process] Fix infinite waiting for stopped process Use absolute URL for when the profiler's domain differs from the controller's domain which initialises the profiler. fix phpdoc [DI] fix using bindings with locators of service subscribers
2 parents ff2189e + d9fca82 commit 9d63e1b

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)