spaces typo

This commit is contained in:
Ulf Gebhardt 2023-10-27 16:19:39 +02:00
parent 83eafbeb17
commit 349d69c1be
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -65,7 +65,7 @@ class ResultMysqli extends \SYSTEM\DB\Result{
* @param int $result_type Mysql Fetch result Type
* @return array Returns an array(object) containing the next line
*/
public function next($object = false, $result_type = MYSQLI_BOTH){
public function next($object = false, $result_type = MYSQLI_BOTH){
if($object){
$this->current = mysqli_fetch_object($this->res);
} else {