diff --git a/Command/ExtractCommand.php b/Command/ExtractCommand.php index 5000c36..98dba73 100644 --- a/Command/ExtractCommand.php +++ b/Command/ExtractCommand.php @@ -139,6 +139,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int private function getConfiguredFinder(Configuration $config): Finder { $finder = new Finder(); + $finder->sortByName(); $finder->in($config->getDirs()); foreach ($config->getExcludedDirs() as $exclude) {