@@ -72,7 +72,7 @@ |
||
72 | 72 | |
73 | 73 | /** |
74 | 74 | * @param $userId |
75 | - * @param int|bool $deleted |
|
75 | + * @param integer $deleted |
|
76 | 76 | * @param string|bool $group |
77 | 77 | * @return NextNote[] if not found |
78 | 78 | */ |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * Get a app setting |
63 | 63 | * |
64 | 64 | * @param $key string |
65 | - * @param null $default_value The default value if key does not exist |
|
65 | + * @param string|false $default_value The default value if key does not exist |
|
66 | 66 | * @return mixed |
67 | 67 | */ |
68 | 68 | public function getAppSetting($key, $default_value = null) { |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | return (new \DateTime())->getTimestamp(); |
35 | 35 | } |
36 | 36 | /** |
37 | - * @return int the current unix time in milliseconds |
|
37 | + * @return double the current unix time in milliseconds |
|
38 | 38 | */ |
39 | 39 | public static function getMicroTime() { |
40 | 40 | return microtime(true); |
@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | |
65 | 65 | /** |
66 | 66 | * Splits a string in parts of 5Mb |
67 | - * @param $str |
|
67 | + * @param string $str |
|
68 | 68 | * @return array |
69 | 69 | */ |
70 | 70 | public function splitContent($str) { |