Completed
Push — master ( 25ce06...a84b6a )
by Michael
02:49
created
class/pictures.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @param $id
72
+     * @param integer $id
73 73
      */
74 74
     public function load($id)
75 75
     {
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     /**
189 189
      * insert a new light_pictures in the database
190 190
      *
191
-     * @param XoopsObject $jlm_pictures
191
+     * @param jlm_pictures $jlm_pictures
192 192
      * @param bool        $force
193 193
      * @internal param object $light_pictures reference to the {@link light_pictures} object object
194 194
      * @return bool FALSE if failed, TRUE if already present and unchanged or successful
Please login to merge, or discard this patch.
class/utilities.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
     }
260 260
 
261 261
     /**
262
-     * @param $permtype
262
+     * @param string $permtype
263 263
      *
264 264
      * @return mixed
265 265
      */
@@ -626,7 +626,7 @@  discard block
 block discarded – undo
626 626
     }
627 627
 
628 628
     /**
629
-     * @param $format
629
+     * @param string $format
630 630
      * @param $number
631 631
      *
632 632
      * @return mixed
Please login to merge, or discard this patch.