@@ -162,7 +162,7 @@ discard block |
||
| 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 |
||
| 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 = []; |