Completed
Pull Request — master (#445)
by Richard
11:06
created
htdocs/modules/system/admin/modulesadmin/modulesadmin.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -521,7 +521,7 @@  discard block
 block discarded – undo
521 521
 }
522 522
 
523 523
 /**
524
- * @param        $dirname
524
+ * @param        string $dirname
525 525
  * @param        $template
526 526
  * @param string $type
527 527
  *
@@ -1405,9 +1405,9 @@  discard block
 block discarded – undo
1405 1405
 
1406 1406
 /**
1407 1407
  * @param $module
1408
- * @param $title
1408
+ * @param string $title
1409 1409
  *
1410
- * @return array
1410
+ * @return string[]
1411 1411
  */
1412 1412
 function xoops_module_log_header($module, $title)
1413 1413
 {
@@ -1433,7 +1433,7 @@  discard block
 block discarded – undo
1433 1433
  *                              2 = smarty compile
1434 1434
  *                              3 = xoops cache
1435 1435
  *                              or null to clear all
1436
- * @return bool
1436
+ * @return boolean|null
1437 1437
  */
1438 1438
 function xoops_module_delayed_clean_cache($cacheList = null)
1439 1439
 {
Please login to merge, or discard this patch.