Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Apr 28, 2023
1 parent 8dd035b commit 12288d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Command/DumpCompletionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ private function getSupportedShells(): array
$shells[] = $file->getExtension();
}
}
sort($shells);

return $this->supportedShells = $shells;
}
Expand Down

0 comments on commit 12288d9

Please sign in to comment.