diff --git a/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php b/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php index eebe0b3..a278625 100644 --- a/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php +++ b/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php @@ -7,6 +7,7 @@ namespace Drupal\comment\Controller; +use Drupal\comment\Plugin\Core\Entity\Comment; use Drupal\Core\ControllerInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\RedirectResponse; @@ -33,7 +34,7 @@ public function __construct() { } /** - * Page callback: Publishes the specified comment. + * Publishes the specified comment. * * @param \Drupal\comment\Plugin\Core\Entity\Comment $comment * A comment entity.