Skip to content

Commit 20b670e

Browse files
committed
use key, woops
1 parent 4dbbc8e commit 20b670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/command/DownloadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function initialize(InputInterface $input, OutputInterface $output): void
6464
!str_contains($name, '-Linux-') &&
6565
!str_contains($name, '-Windows-') &&
6666
!str_contains($name, '-Darwin-');
67-
});
67+
}, ARRAY_FILTER_USE_KEY);
6868
$input->setArgument('sources', implode(',', array_keys($sources_to_check)));
6969
}
7070
parent::initialize($input, $output);

0 commit comments

Comments
 (0)