Skip to content

Commit 12288d9

Browse files
Fix merge
1 parent 8dd035b commit 12288d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/DumpCompletionCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ private function getSupportedShells(): array
154154
$shells[] = $file->getExtension();
155155
}
156156
}
157+
sort($shells);
157158

158159
return $this->supportedShells = $shells;
159160
}

0 commit comments

Comments
 (0)