SelfUpdateCommand: removed unneeded return
parent
0c76bba8bb
commit
d26355ef65
|
@ -91,8 +91,6 @@ EOT
|
||||||
$rollbackVersion = $this->getLastVersion($rollbackDir);
|
$rollbackVersion = $this->getLastVersion($rollbackDir);
|
||||||
if (!$rollbackVersion) {
|
if (!$rollbackVersion) {
|
||||||
throw new FilesystemException('Composer rollback failed: no installation to roll back to in "'.$rollbackDir.'"');
|
throw new FilesystemException('Composer rollback failed: no installation to roll back to in "'.$rollbackDir.'"');
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue