@@ -33,7 +33,7 @@ |
||
33 | 33 | * @param $id |
34 | 34 | * @param $type |
35 | 35 | * @param int $increment |
36 | - * @return mixed |
|
36 | + * @return false|null |
|
37 | 37 | */ |
38 | 38 | function newbbUpdateStats($id, $type, $increment = 1) |
39 | 39 | { |
@@ -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 newbbWelcome() |
24 | 24 | { |