Completed
Push — master ( 2a7c05...7c1d68 )
by Michael
02:50
created
class/pictures.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @param $id
75
+     * @param integer $id
76 76
      */
77 77
     public function load($id)
78 78
     {
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      * @param array  $criteria
90 90
      * @param bool   $asobject
91 91
      * @param string $sort
92
-     * @param string $order
92
+     * @param string $cat_order
93 93
      * @param int    $limit
94 94
      * @param int    $start
95 95
      *
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
     /**
203 203
      * insert a new AdslightPicture object into the database
204 204
      *
205
-     * @param XoopsObject $adslightPictures
205
+     * @param AdslightPictures $adslightPictures
206 206
      * @param bool        $force
207 207
      * @return bool FALSE if failed, TRUE if already present and unchanged or successful
208 208
      */
Please login to merge, or discard this patch.
class/utility.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
     }
263 263
 
264 264
     /**
265
-     * @param $permtype
265
+     * @param string $permtype
266 266
      *
267 267
      * @return mixed
268 268
      */
@@ -635,7 +635,7 @@  discard block
 block discarded – undo
635 635
     }
636 636
 
637 637
     /**
638
-     * @param $format
638
+     * @param string $format
639 639
      * @param $number
640 640
      *
641 641
      * @return mixed
@@ -864,8 +864,8 @@  discard block
 block discarded – undo
864 864
      *   saveCategory_Permissions()
865 865
      *
866 866
      * @param  array   $groups     : group with granted permission
867
-     * @param  integer $categoryid : categoryid on which we are setting permissions
868
-     * @param  string  $perm_name  : name of the permission
867
+     * @param  integer $categoryId : categoryid on which we are setting permissions
868
+     * @param  string  $permName  : name of the permission
869 869
      * @return boolean : TRUE if the no errors occured
870 870
      */
871 871
 
Please login to merge, or discard this patch.