Issue #2460479 by pjonckiere: CommentController::getReplyForm() docblock has a copy paste error

8.0.x
Alex Pott 2015-03-31 15:46:06 +01:00
parent 1673844210
commit 14470fe129
1 changed files with 0 additions and 5 deletions

View File

@ -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.