Test Failed
Push — master ( 9cd6d5...63c8b5 )
by Ryan
02:12
created
src/Database.php 1 patch
Doc Comments   +3 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 $class
@@ -322,6 +322,7 @@  discard block
 block discarded – undo
322 322
      * @param mixed $return_type
323 323
      *            [optional]
324 324
      *            Optional return mysqli_result return type
325
+     * @param string $class
325 326
      *
326 327
      * @return mixed
327 328
      */
@@ -1155,7 +1156,7 @@  discard block
 block discarded – undo
1155 1156
      * @param object $pks
1156 1157
      * @param object $index
1157 1158
      *
1158
-     * @return array
1159
+     * @return string|null
1159 1160
      */
1160 1161
     public function field_check($field_data, $check, $pks, $index)
1161 1162
     {
Please login to merge, or discard this patch.