aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/SetupChecks.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/SetupChecks.php')
-rw-r--r--core/Command/SetupChecks.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/Command/SetupChecks.php b/core/Command/SetupChecks.php
index fda463b8f6d..60517e224b3 100644
--- a/core/Command/SetupChecks.php
+++ b/core/Command/SetupChecks.php
@@ -61,11 +61,11 @@ class SetupChecks extends Base {
$description = $this->richTextFormatter->richToParsed($description, $descriptionParameters);
}
$output->writeln(
- "\t\t".
- ($styleTag !== null ? "<{$styleTag}>" : '').
- "{$emoji} ".
- ($check->getName() ?? $check::class).
- ($description !== null ? ': '.$description : '').
+ "\t\t" .
+ ($styleTag !== null ? "<{$styleTag}>" : '') .
+ "{$emoji} " .
+ ($check->getName() ?? $check::class) .
+ ($description !== null ? ': ' . $description : '') .
($styleTag !== null ? "</{$styleTag}>" : ''),
$verbosity
);