Completed
Push — work-fleets ( d64c53...5442ac )
by SuperNova.WS
05:10
created
includes/classes/DBStaticRecord.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,8 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
includes/classes/DBStaticUser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
   }
Please login to merge, or discard this patch.