Completed
Push — master ( 625e32...22cdbd )
by Michael
02:37
created
include/functions.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,6 +289,13 @@  discard block
 block discarded – undo
289 289
  * @param $inpSize
290 290
  * @param $extra
291 291
  */
292
+/**
293
+ * @param string $xnm
294
+ * @param string $ynm
295
+ * @param string $desc
296
+ * @param string $inpSize
297
+ * @param string $extra
298
+ */
292 299
 function ShowImgXYBox($xnm, $ynm, $desc, $inpSize, $extra)
293 300
 {
294 301
     global $tr_config, $modversion, $xoopsDB;
@@ -381,7 +388,7 @@  discard block
 block discarded – undo
381 388
  * Get Configuration Value
382 389
  *
383 390
  * @param  string $name name of configuration variable
384
- * @return mixed  value of config var on success, FALSE on failure
391
+ * @return string  value of config var on success, FALSE on failure
385 392
  *
386 393
  */
387 394
 function getLibConfig($name)
Please login to merge, or discard this patch.