@@ -36,7 +36,6 @@ |
||
| 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 | */ |
@@ -45,7 +45,6 @@ |
||
| 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 | */ |
@@ -23,7 +23,6 @@ |
||
| 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) { |