Completed
Branch master (616741)
by Michael
03:30 queued 01:05
created
class/pictures.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @param $id
74
+     * @param integer $id
75 75
      */
76 76
     public function load($id)
77 77
     {
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     /**
191 191
      * insert a new light_pictures in the database
192 192
      *
193
-     * @param XoopsObject $jlm_pictures
193
+     * @param JlmPictures $jlm_pictures
194 194
      * @param bool        $force
195 195
      * @internal param object $light_pictures reference to the {@link light_pictures} object object
196 196
      * @return bool FALSE if failed, TRUE if already present and unchanged or successful
Please login to merge, or discard this patch.