Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic committed Jun 15, 2017
1 parent 71ab2ee commit 5c5a604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/Command/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private function update(Updater $updater)

$newVersion = $this->updater->getNewVersion();
$oldVersion = $this->updater->getOldVersion();

if ($result) {
$this->logger->updateSuccess($newVersion, $oldVersion);
} else {
Expand Down
2 changes: 1 addition & 1 deletion src/Logger/UpdateConsoleLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function updateNotNeeded(string $oldVersion)
$oldVersion
));
}

public function error(\Exception $e)
{
$this->io->writeln(
Expand Down

0 comments on commit 5c5a604

Please sign in to comment.