Completed
Push — master ( 5d1966...635f68 )
by Michael
01:56
created
class/utility.php 1 patch
Doc Comments   +9 added lines, -1 removed lines patch added patch discarded remove patch
@@ -404,6 +404,14 @@  discard block
 block discarded – undo
404 404
      * @param $inpSize
405 405
      * @param $extra
406 406
      */
407
+
408
+    /**
409
+     * @param string $xnm
410
+     * @param string $ynm
411
+     * @param string $desc
412
+     * @param string $inpSize
413
+     * @param string $extra
414
+     */
407 415
     public static function showImgXYBox($xnm, $ynm, $desc, $inpSize, $extra)
408 416
     {
409 417
         global $tr_config, $modversion, $xoopsDB;
@@ -496,7 +504,7 @@  discard block
 block discarded – undo
496 504
      * Get Configuration Value
497 505
      *
498 506
      * @param  string $name name of configuration variable
499
-     * @return mixed  value of config var on success, FALSE on failure
507
+     * @return string  value of config var on success, FALSE on failure
500 508
      *
501 509
      */
502 510
     public static function getLibConfig($name)
Please login to merge, or discard this patch.