Skip to content

Commit

Permalink
Merge branch '3.4' into 4.2
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed May 26, 2019
2 parents ff2189e + d9fca82 commit 9d63e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Authorization/AccessDeniedHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 9d63e1b

Please # to comment.