@@ -11,7 +11,7 @@ |
||
11 | 11 | |
12 | 12 | /** |
13 | 13 | * FormCommentModerate constructor. Pass active record and type of comment system inside. |
14 | - * @param object $record |
|
14 | + * @param object $records |
|
15 | 15 | * @param string $type |
16 | 16 | */ |
17 | 17 | public function __construct($records, $type) |
@@ -63,7 +63,7 @@ |
||
63 | 63 | 'class' => 'btn btn-warning', |
64 | 64 | 'value' => __('Publish'), |
65 | 65 | 'formaction' => Url::to('comments/publish', 'comment'), |
66 | - ]; |
|
66 | + ]; |
|
67 | 67 | } |
68 | 68 | |
69 | 69 | ?> |