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.
2 parents d8b0e94 + 272e9a5 commit ca334a8Copy full SHA for ca334a8
src/Commands/Git/Subtree/Version.php
@@ -60,7 +60,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
60
if ($option === 'all') {
61
$package_names = array_keys($repositories);
62
} elseif (is_int($option)) {
63
- $package_names = i[array_keys($repositories)[$option]];
+ $package_names = [array_keys($repositories)[$option]];
64
} elseif (substr($option, 0, 6) === 'group:') {
65
$group_name = substr($option, 6);
66
$package_names = $versions_groups[$group_name] ?? [];
0 commit comments