aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAdam Blakey <adam@blakey.family>2024-03-18 15:46:39 +0000
committerAdam Blakey <adam@blakey.family>2024-03-18 15:46:39 +0000
commit4744b02c40acad878aaecb636893b422e56ae7c0 (patch)
tree0f0ebfbab4c1ae79d7af092506f2a149fca71e86 /core
parentaa09af8410c41dd64798ce42874264e101803312 (diff)
downloadnextcloud-server-4744b02c40acad878aaecb636893b422e56ae7c0.tar.gz
nextcloud-server-4744b02c40acad878aaecb636893b422e56ae7c0.zip
style: Fixed style from composer cs:fix
Signed-off-by: Adam Blakey <adam@blakey.family>
Diffstat (limited to 'core')
-rw-r--r--core/Command/App/ListApps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php
index 07fc340d597..d0b2d397e9f 100644
--- a/core/Command/App/ListApps.php
+++ b/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);