Completed
Push — work-fleets ( b4179a...b8fd67 )
by SuperNova.WS
05:25
created
includes/classes/DBStaticRecord.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
   }
92 92
 
93 93
   /**
94
-   * @param array       $where
94
+   * @param string[]       $where
95 95
    * @param mixed|array $fieldList
96 96
    *     Field list can be scalar - it would be converted to array and used as field name
97 97
    * @param bool        $for_update
@@ -129,8 +129,8 @@  discard block
 block discarded – undo
129 129
   }
130 130
 
131 131
   /**
132
-   * @param int|string  $recordId
133
-   * @param mixed|array $fieldList
132
+   * @param integer  $recordId
133
+   * @param string[] $fieldList
134 134
    * @param bool        $forUpdate
135 135
    *
136 136
    * @return array|null
Please login to merge, or discard this patch.