We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159d4f6 commit b536361Copy full SHA for b536361
src/Command/ShowCommand.php
@@ -73,7 +73,7 @@ public function execute(Arguments $args, ConsoleIo $io) {
73
$content .= ' - ' . $shortMessage;
74
75
if ($log->type === 'error') {
76
- $io->err($content);
+ $io->error($content);
77
} elseif ($log->type === 'warning' || $log->type === 'notice') {
78
$io->warning($content);
79
} else {
0 commit comments