Skip to content

Commit

Permalink
$rootPackage is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Aug 2, 2022
1 parent 00a5920 commit 3fa425c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HordeReconfigureCommand.php
Expand Up @@ -37,7 +37,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
if (!$composer) {
die('Error: Command was run without a relation to composer itself');
}
$rootPackage = $composer->getPackage();
$vendorDir = $composer->getConfig()->get('vendor-dir');
if (!is_string($vendorDir)) {
throw new RuntimeException('Cannot get vendor dir from config');
Expand Down

0 comments on commit 3fa425c

Please sign in to comment.