Skip to content

Commit

Permalink
Added ordering to guarantee a consistent output
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroensmit committed Dec 14, 2015
1 parent 2912125 commit 87e4536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public static function finder($directory, $exclude = null)
return $directory;
} else {
$finder = new Finder();
$finder->sortByName();
}
$finder->files();
if (is_string($directory)) {
Expand Down

0 comments on commit 87e4536

Please sign in to comment.