mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
style: Fixed style from composer cs:fix
Signed-off-by: Adam Blakey <adam@blakey.family>
This commit is contained in:
parent
aa09af8410
commit
4744b02c40
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue