Skip to content

Commit f155020

Browse files
andrehankeandrehanke
authored andcommitted
refat: style fix
1 parent 1ab1825 commit f155020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Database/Connection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ private function compileNewQuery($query, $bindings)
351351
throw new \Exception('[SYBASE] Database Charset and App Charset not set');
352352
}
353353
$newQuery = mb_convert_encoding($newQuery, $db_charset, $app_charset);
354+
354355
return $newQuery;
355356
}
356357

@@ -404,6 +405,7 @@ public function select($query, $bindings = [], $useReadPdo = true)
404405
$v = gettype($v) === 'string' ? mb_convert_encoding($v, $app_charset, $db_charset) : $v;
405406
}
406407
}
408+
407409
return $result;
408410
});
409411
}

0 commit comments

Comments
 (0)