@@ -102,7 +102,7 @@ |
||
102 | 102 | |
103 | 103 | /** |
104 | 104 | * @param XoopsDatabase|null $db |
105 | - * @param $type |
|
105 | + * @param string $type |
|
106 | 106 | */ |
107 | 107 | public function __construct(XoopsDatabase $db, $type) |
108 | 108 | { |
@@ -18,7 +18,7 @@ |
||
18 | 18 | define('NEWBB_FUNCTIONS_WELCOME', true); |
19 | 19 | |
20 | 20 | /** |
21 | - * @return bool |
|
21 | + * @return false|string |
|
22 | 22 | */ |
23 | 23 | function newbb_welcome() |
24 | 24 | { |