diff --git a/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php b/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php index 3d27901..e836110 100644 --- a/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php +++ b/core/modules/comment/lib/Drupal/comment/Controller/CommentController.php @@ -17,7 +17,7 @@ /** * Controller for the comment entity. * - * @see \Drupal\comment\Plugin\Core\Entity\Comment. + * @see \Drupal\comment\Plugin\Core\Entity\CommentInterface. */ class CommentController implements ControllerInterface {