Completed
Push — master ( 7c1d68...517e50 )
by Michael
02:42
created
class/pictures.php 1 patch
Doc Comments   +2 added lines, -2 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
     {
@@ -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.