Skip to content

Commit 01e4450

Browse files
Fix CS/WS issue
1 parent 003331e commit 01e4450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Factory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ private function globstar(string $pattern): array
144144

145145
if ($files !== false) {
146146
$files = array_unique($files);
147+
147148
sort($files);
148149

149150
return $files;

0 commit comments

Comments
 (0)