Issue by larowlan: Fixed Missing @param doc for argument in comment_add().

8.0.x
Dries 2012-09-25 08:45:01 -04:00
parent 8808ec9c68
commit b9b3596540
1 changed files with 3 additions and 0 deletions
core/modules/comment

View File

@ -796,6 +796,9 @@ function comment_node_page_additions(Node $node) {
*
* @param Drupal\node\Node $node
* The node entity to be commented.
* @param int $pid
* (optional) Some comments are replies to other comments. In those cases,
* $pid is the parent comment's comment ID. Defaults to NULL.
*
* @return array
* The renderable array for the comment addition form.