style: Fixed style from composer cs:fix

Signed-off-by: Adam Blakey <adam@blakey.family>
This commit is contained in:
Adam Blakey 2024-03-18 15:46:39 +00:00
parent aa09af8410
commit 4744b02c40

View file

@ -101,7 +101,7 @@ class ListApps extends Base {
sort($enabledApps);
foreach ($enabledApps as $app) {
$apps['enabled'][$app] = $versions[$app] ?? true;
}
}
}
if ($showDisabledApps) {
@ -134,7 +134,7 @@ class ListApps extends Base {
$output->writeln('Disabled:');
parent::writeArrayInOutputFormat($input, $output, $items['disabled']);
}
break;
break;
default:
parent::writeArrayInOutputFormat($input, $output, $items);