@@ -69,7 +69,7 @@ discard block |
||
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 |
||
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 |
@@ -259,7 +259,7 @@ discard block |
||
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 |
||
626 | 626 | } |
627 | 627 | |
628 | 628 | /** |
629 | - * @param $format |
|
629 | + * @param string $format |
|
630 | 630 | * @param $number |
631 | 631 | * |
632 | 632 | * @return mixed |