Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Aug 22, 2024
1 parent 643be40 commit 57d25f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/install/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function execute(): void {
$targetDirectory = $this->getConfig()->getTargetDirectory();

$todo = $this->getConfig()->getRequestedPhars();

if (count($todo) === 0) {
throw new InstallationFailedException('No phars to install');
}
Expand Down

0 comments on commit 57d25f3

Please sign in to comment.