Completed
Branch master (c06b66)
by Ryan
03:30
created
src/Database.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
   /**
163 163
    * Function to execute the statement
164 164
    *
165
-   * @param mixed $return
165
+   * @param integer $return
166 166
    *          [optional]
167 167
    *          MYSQLI constant to control what is returned from the mysqli_result object
168 168
    * @param string $sql
@@ -1080,7 +1080,7 @@  discard block
 block discarded – undo
1080 1080
    * @param object $pks
1081 1081
    * @param object $index
1082 1082
    *
1083
-   * @return array
1083
+   * @return string|null
1084 1084
    */
1085 1085
   public function field_check($field_data, $check, $pks, $index) {
1086 1086
     $match = [];
Please login to merge, or discard this patch.