Skip to content

Commit

Permalink
Fix icon for errors to be consistent with the others
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Nov 6, 2023
1 parent 802da2b commit 2aab6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/SetupChecks.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
};
$emoji = match ($check->getSeverity()) {
'success' => '',
'error' => '',
'error' => '',
'warning' => '',
default => '',
};
Expand Down

0 comments on commit 2aab6bd

Please sign in to comment.