diff --git a/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php b/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php index 8f37f02..32e7d1d 100644 --- a/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php +++ b/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php @@ -18,7 +18,6 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; - /** * Controller for the comment entity. * @@ -45,7 +44,7 @@ class CommentController implements ControllerInterface { * * @param \Drupal\Core\Entity\EntityManager $entity_manager * The entity manager. - * @param \Drupal\Core\Routing\UrlGenerator $url_generator + * @param \Drupal\Core\Routing\PathBasedGeneratorInterface $url_generator * The url generator. */ public function __construct(EntityManager $entity_manager, PathBasedGeneratorInterface $url_generator) {