Skip to content
Snippets Groups Projects
Unverified Commit 4bce492f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3094993 by Charlie ChX Negyesi: AccessCheckInterface::applies return doxygen is incorrect

(cherry picked from commit 4b0a908f)
parent 8fc17026
No related branches found
No related tags found
Loading
......@@ -16,8 +16,8 @@ interface AccessCheckInterface extends RoutingAccessInterface {
* @param \Symfony\Component\Routing\Route $route
* The route to consider attaching to.
*
* @return array
* An array of route requirement keys this access checker applies to.
* @return bool
* TRUE if this access checker applies to this route.
*/
public function applies(Route $route);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment