Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 3b92eb5

Browse files
committed
Fixed lines
1 parent 8a5629d commit 3b92eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Command/ApisearchCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected static function configureFormatter(OutputInterface $output)
7272
$formatter = $output->getFormatter();
7373
$formatter->setStyle('system', new OutputFormatterStyle('green'));
7474
$formatter->setStyle('line', new OutputFormatterStyle('yellow'));
75-
$formatter->setStyle('failLine', new OutputFormatterStyle('red'));
75+
$formatter->setStyle('fail', new OutputFormatterStyle('red'));
7676
$formatter->setStyle('info', new OutputFormatterStyle('blue'));
7777
$formatter->setStyle('body', new OutputFormatterStyle('white'));
7878
$formatter->setStyle('strong', new OutputFormatterStyle(null, null, ['bold']));
@@ -154,7 +154,7 @@ protected static function printMessageFail(
154154
$output,
155155
$header,
156156
$body,
157-
'failLine'
157+
'fail'
158158
);
159159
}
160160

0 commit comments

Comments
 (0)