mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
Add an emoji for warnings as well
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
a1a7774374
commit
802da2b801
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ class SetupChecks extends Base {
|
|||
$emoji = match ($check->getSeverity()) {
|
||||
'success' => '✓',
|
||||
'error' => '❌',
|
||||
'warning' => '⚠',
|
||||
default => 'ℹ',
|
||||
};
|
||||
$verbosity = ($check->getSeverity() === 'error' ? OutputInterface::VERBOSITY_QUIET : OutputInterface::VERBOSITY_NORMAL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue