diff --git a/Command/ApisearchCommand.php b/Command/ApisearchCommand.php index c9b29f1..6fa1c6e 100644 --- a/Command/ApisearchCommand.php +++ b/Command/ApisearchCommand.php @@ -72,7 +72,7 @@ protected static function configureFormatter(OutputInterface $output) $formatter = $output->getFormatter(); $formatter->setStyle('system', new OutputFormatterStyle('green')); $formatter->setStyle('line', new OutputFormatterStyle('yellow')); - $formatter->setStyle('failLine', new OutputFormatterStyle('red')); + $formatter->setStyle('fail', new OutputFormatterStyle('red')); $formatter->setStyle('info', new OutputFormatterStyle('blue')); $formatter->setStyle('body', new OutputFormatterStyle('white')); $formatter->setStyle('strong', new OutputFormatterStyle(null, null, ['bold'])); @@ -154,7 +154,7 @@ protected static function printMessageFail( $output, $header, $body, - 'failLine' + 'fail' ); }