Completed
Pull Request — master (#295)
by Richard
08:32
created
htdocs/class/xoopsform/form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.