Completed
Push — master ( f7e075...1205ce )
by Michael
01:39
created
class/Category.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
 
186 186
     /**
187 187
      * @param $by_cat
188
-     * @param $level
188
+     * @param integer $level
189 189
      * @param $cat_array
190 190
      * @param $cat_result
191 191
      */
Please login to merge, or discard this patch.
class/gtickets.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
          * @param bool   $post
149 149
          * @param string $area
150 150
          * @param bool   $allow_repost
151
-         * @return bool
151
+         * @return null|boolean
152 152
          */
153 153
         public function check($post = true, $area = '', $allow_repost = true)
154 154
         {
@@ -283,9 +283,9 @@  discard block
 block discarded – undo
283 283
         }
284 284
 
285 285
         /**
286
-         * @param $key_name
286
+         * @param string $key_name
287 287
          * @param $tmp_array
288
-         * @return array
288
+         * @return string[]
289 289
          */
290 290
         public function extract_post_recursive($key_name, $tmp_array)
291 291
         {
Please login to merge, or discard this patch.
class/Listing.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -364,7 +364,7 @@
 block discarded – undo
364 364
 class AlumniListingHandler extends XoopsPersistableObjectHandler
365 365
 {
366 366
     /**
367
-     * @param null|Connection|XoopsDatabase $db
367
+     * @param null|Connection $db
368 368
      */
369 369
     public function __construct(Connection $db = null)
370 370
     {
Please login to merge, or discard this patch.
class/plugin/search.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * @param string   $andor
42 42
      * @param int      $limit
43 43
      * @param int      $start
44
-     * @param type     $uid
44
+     * @param integer     $uid
45 45
      * @return array
46 46
      */
47 47
     public function search($queries, $andor, $limit, $start, $uid)
Please login to merge, or discard this patch.