Completed
Push — master ( 0424ea...923121 )
by Michael
03:57
created
class/pictures.php 1 patch
Doc Comments   +3 added lines, -3 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
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      * create a new light_pictures
139 139
      *
140 140
      * @param  bool $isNew flag the new objects as "new"?
141
-     * @return object light_pictures
141
+     * @return jlm_pictures light_pictures
142 142
      */
143 143
     public function create($isNew = true)
144 144
     {
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     /**
183 183
      * insert a new light_pictures in the database
184 184
      *
185
-     * @param XoopsObject $jlm_pictures
185
+     * @param jlm_pictures $jlm_pictures
186 186
      * @param bool        $force
187 187
      * @internal param object $light_pictures reference to the {@link light_pictures} object object
188 188
      * @return bool FALSE if failed, TRUE if already present and unchanged or successful
Please login to merge, or discard this patch.