Completed
Push — master ( 294ce5...3463b0 )
by Ryan
04:18
created
src/Database.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     /**
256 256
      * Function to execute the statement
257 257
      *
258
-     * @param mixed $return
258
+     * @param integer $return
259 259
      *            [optional]
260 260
      *            MYSQLI constant to control what is returned from the mysqli_result object
261 261
      * @param string $sql
@@ -1152,7 +1152,7 @@  discard block
 block discarded – undo
1152 1152
      * @param object $pks
1153 1153
      * @param object $index
1154 1154
      *
1155
-     * @return array
1155
+     * @return string|null
1156 1156
      */
1157 1157
     public function field_check($field_data, $check, $pks, $index)
1158 1158
     {
Please login to merge, or discard this patch.