diff --git a/core/Command/SetupChecks.php b/core/Command/SetupChecks.php index e64f7a5058ec8..d266b62a0f21c 100644 --- a/core/Command/SetupChecks.php +++ b/core/Command/SetupChecks.php @@ -63,7 +63,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int }; $emoji = match ($check->getSeverity()) { 'success' => '✓', - 'error' => '❌', + 'error' => '✗', 'warning' => '⚠', default => 'ℹ', };