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

(cherry picked from commit 4b0a908f49)
merge-requests/64/head
Alex Pott 2019-11-19 09:16:44 +00:00
parent 8fc17026b6
commit 4bce492f63
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ interface AccessCheckInterface extends RoutingAccessInterface {
* @param \Symfony\Component\Routing\Route $route * @param \Symfony\Component\Routing\Route $route
* The route to consider attaching to. * The route to consider attaching to.
* *
* @return array * @return bool
* An array of route requirement keys this access checker applies to. * TRUE if this access checker applies to this route.
*/ */
public function applies(Route $route); public function applies(Route $route);