[Nostromo] Apply Mess Detector recommendations

This commit is contained in:
Andrés Montañez 2017-01-11 21:35:00 -03:00
parent 0f89f298c6
commit eed25f317b

View file

@ -90,11 +90,10 @@ class ListCommand extends AbstractCommand
throw new RuntimeException(sprintf('Unable to retrieve releases from host "%s"', $host), 80);
}
$releases = [];
if (trim($process->getOutput()) != '') {
$releases = explode(PHP_EOL, trim($process->getOutput()));
rsort($releases);
} else {
$releases = [];
}
if (count($releases) == 0) {