@@ -196,7 +196,7 @@ discard block |
||
196 | 196 | /** |
197 | 197 | * @param $value |
198 | 198 | * @param $key |
199 | - * @param $ret |
|
199 | + * @param string $ret |
|
200 | 200 | * @param string $hashinfo |
201 | 201 | * |
202 | 202 | * @return string |
@@ -368,7 +368,7 @@ discard block |
||
368 | 368 | * get a reference to a {@link XoopsFormElement} object by its "name" |
369 | 369 | * |
370 | 370 | * @param string $name "name" attribute assigned to a {@link XoopsFormElement} |
371 | - * @return object reference to a {@link XoopsFormElement}, false if not found |
|
371 | + * @return XoopsFormElement|null reference to a {@link XoopsFormElement}, false if not found |
|
372 | 372 | */ |
373 | 373 | public function &getElementByName($name) |
374 | 374 | { |