Skip to content
Snippets Groups Projects
Commit 14470fe1 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 16738442
No related branches found
No related tags found
No related merge requests found
......@@ -207,11 +207,6 @@ public function redirectNode(EntityInterface $node) {
* - 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment