1
0
Fork 0

SelfUpdateCommand: removed unneeded return

pull/2522/head
chr0n1x 2013-12-22 00:59:02 -05:00
parent 0c76bba8bb
commit d26355ef65
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ EOT
$rollbackVersion = $this->getLastVersion($rollbackDir);
if (!$rollbackVersion) {
throw new FilesystemException('Composer rollback failed: no installation to roll back to in "'.$rollbackDir.'"');
return 1;
}
}