We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbbc8e commit 20b670eCopy full SHA for 20b670e
src/SPC/command/DownloadCommand.php
@@ -64,7 +64,7 @@ public function initialize(InputInterface $input, OutputInterface $output): void
64
!str_contains($name, '-Linux-') &&
65
!str_contains($name, '-Windows-') &&
66
!str_contains($name, '-Darwin-');
67
- });
+ }, ARRAY_FILTER_USE_KEY);
68
$input->setArgument('sources', implode(',', array_keys($sources_to_check)));
69
}
70
parent::initialize($input, $output);
0 commit comments