From 14470fe129000a046fdfc633feb58c34603a0631 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 31 Mar 2015 15:46:06 +0100 Subject: [PATCH] Issue #2460479 by pjonckiere: CommentController::getReplyForm() docblock has a copy paste error --- core/modules/comment/src/Controller/CommentController.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/modules/comment/src/Controller/CommentController.php b/core/modules/comment/src/Controller/CommentController.php index 05baad8bafc..e1451255b5d 100644 --- a/core/modules/comment/src/Controller/CommentController.php +++ b/core/modules/comment/src/Controller/CommentController.php @@ -207,11 +207,6 @@ class CommentController extends ControllerBase { * - comment_entity: If the comment is a reply to the entity. * - comment_parent: If the comment is a reply to another comment. * - comment_form: The comment form as a renderable array. - * - An associative array containing: - * - An array for rendering the entity or parent comment. - * - comment_entity: If the comment is a reply to the entity. - * - comment_parent: If the comment is a reply to another comment. - * - comment_form: The comment form as a renderable array. * - A redirect response to current node: * - If user is not authorized to post comments. * - If parent comment doesn't belong to current entity.