Skip to content

Commit

Permalink
Add an emoji for warnings as well
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 Oct 26, 2023
1 parent bc7d87a commit c76554a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Command/SetupChecks.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$emoji = match($check->getSeverity()) {
'success' => '',
'error' => '',
'warning' => '',
default => '',
};
$verbosity = ($check->getSeverity() === 'error' ? OutputInterface::VERBOSITY_QUIET : OutputInterface::VERBOSITY_NORMAL);
Expand Down

0 comments on commit c76554a

Please sign in to comment.