From 96f86e6869e3dec3bed6603d71c1985300e1795e Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Mon, 7 Dec 2015 10:43:11 -0800 Subject: [PATCH] Issue #2614862 by rakesh.gectcr: Missing @param doc for method access --- core/lib/Drupal/Core/Access/CustomAccessCheck.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lib/Drupal/Core/Access/CustomAccessCheck.php b/core/lib/Drupal/Core/Access/CustomAccessCheck.php index fb2ccddb4768..3722d23281fa 100644 --- a/core/lib/Drupal/Core/Access/CustomAccessCheck.php +++ b/core/lib/Drupal/Core/Access/CustomAccessCheck.php @@ -55,6 +55,8 @@ public function __construct(ControllerResolverInterface $controller_resolver, Ac /** * Checks access for the account and route using the custom access checker. * + * @param \Symfony\Component\Routing\Route $route + * The route. * @param \Drupal\Core\Routing\RouteMatchInterface $route_match * The route match object to be checked. * @param \Drupal\Core\Session\AccountInterface $account -- GitLab