Skip to content

Commit f19bc1e

Browse files
Remove needless sort
1 parent 1600544 commit f19bc1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Phpmig/Api/PhpmigApplication.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public function getMigrations($from, $to = null)
107107
$migrations = $this->migrations;
108108
$versions = $this->adapter->fetchAll();
109109

110-
sort($migrations);
111110
sort($versions);
112111

113112
$direction = 'up';

0 commit comments

Comments
 (0)