Passed
Push — master ( 28a360...d194a0 )
by Mihail
11:20
created
Apps/Model/Admin/Comments/FormCommentModerate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
Widgets/Front/Newcomment/Newcomment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     
79 79
     /**
80 80
      * Make query to database
81
-     * @return object
81
+     * @return string
82 82
      */
83 83
     private function makeQuery()
84 84
     {
Please login to merge, or discard this patch.