Completed
Push — master ( 484dcf...d1b073 )
by Michael
14s
created
include/action.module.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
 /**
37 37
  *
38 38
  * Prepares system prior to attempting to install module
39
- * @param XoopsModule $module {@link XoopsModule}
40 39
  *
41 40
  * @return bool true if ready to install, false if not
42 41
  */
Please login to merge, or discard this patch.
include/issues.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@
 block discarded – undo
45 45
 /**
46 46
  *
47 47
  * @param string $hdr
48
- * @param array $hdrs
49 48
  *
50 49
  * @return array|false array($hdr=>value) or false if not found
51 50
  */
Please login to merge, or discard this patch.
join.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
  * @link         https://xoops.org XOOPS
24 24
  */
25 25
 use Xmf\Request;
26
-use Xmf\Module\Helper;
27 26
 
28 27
 require __DIR__ . '/header.php';
29 28
 if (!isset($GLOBALS['xoopsUser']) || !$GLOBALS['xoopsUser'] instanceof XoopsUser) {
Please login to merge, or discard this patch.