Issue #3094993 by Charlie ChX Negyesi: AccessCheckInterface::applies return doxygen is incorrect
(cherry picked from commit 4b0a908f49
)
merge-requests/64/head
parent
8fc17026b6
commit
4bce492f63
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue