@@ -20,8 +20,8 @@ |
||
20 | 20 | |
21 | 21 | |
22 | 22 | /** |
23 | - * @param $option |
|
24 | - * @return bool|mixed |
|
23 | + * @param string $option |
|
24 | + * @return string |
|
25 | 25 | */ |
26 | 26 | public static function getModuleOption($option) |
27 | 27 | { |
@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Xmf\Request; |
|
4 | - |
|
5 | 3 | require_once __DIR__ . '/common/traitversionchecks.php'; |
6 | 4 | require_once __DIR__ . '/common/traitserverstats.php'; |
7 | 5 | require_once __DIR__ . '/common/traitfilesmgmt.php'; |