Skip to content

Commit

Permalink
default argument
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Aug 8, 2024
1 parent 352b5c2 commit ed37ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
return Command::SUCCESS;
}

public function getSelfUpdateManager(array $options): SelfUpdateManager {
public function getSelfUpdateManager(array $options = []): SelfUpdateManager {
return new SelfUpdateManager($this->gitHubRepository, $this->currentVersion, $this->applicationName, $options);
}

Expand Down

0 comments on commit ed37ade

Please sign in to comment.