Skip to content

Commit 0fe5566

Browse files
Update src/Database/Adapter/MariaDB.php
1 parent 13406e0 commit 0fe5566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/MariaDB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ public function find(string $collection, array $queries = [], int $limit = 25, i
608608
}
609609

610610
if ($cursorDirection === Database::CURSOR_BEFORE) {
611-
$results = array_reverse($results);
611+
$results = array_reverse($results); //TODO: check impact on array_reverse
612612
}
613613

614614
return $results;

0 commit comments

Comments
 (0)