1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 21:00:18 +02:00

[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) {