Browse Source

style: Fixed style from composer cs:fix

Signed-off-by: Adam Blakey <adam@blakey.family>
pull/33546/head
Adam Blakey 2 years ago
parent
commit
4744b02c40
  1. 4
      core/Command/App/ListApps.php

4
core/Command/App/ListApps.php

@ -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);

Loading…
Cancel
Save