@@ -55,8 +55,8 @@ |
||
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
58 | - * @param int|string $recordId |
|
59 | - * @param mixed|array $fieldList |
|
58 | + * @param integer $recordId |
|
59 | + * @param string[] $fieldList |
|
60 | 60 | * @param bool $forUpdate |
61 | 61 | * |
62 | 62 | * @return array|null |
@@ -78,6 +78,9 @@ discard block |
||
78 | 78 | } |
79 | 79 | |
80 | 80 | |
81 | + /** |
|
82 | + * @param integer $config_user_birthday_range |
|
83 | + */ |
|
81 | 84 | public static function db_user_list_to_celebrate($config_user_birthday_range) { |
82 | 85 | return doquery( |
83 | 86 | "SELECT |
@@ -163,6 +166,9 @@ discard block |
||
163 | 166 | } |
164 | 167 | |
165 | 168 | |
169 | + /** |
|
170 | + * @param boolean $player |
|
171 | + */ |
|
166 | 172 | public static function db_user_by_id($user_id_unsafe, $for_update = false, $fields = '*', $player = null) { |
167 | 173 | return classSupernova::db_get_user_by_id($user_id_unsafe, $for_update, $fields, $player); |
168 | 174 | } |