Skip to content

Commit af2f920

Browse files
committed
[Console] fixed typo
1 parent 923c234 commit af2f920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ public function renderException($e, $output)
724724
$output->writeln("\n");
725725

726726
if (OutputInterface::VERBOSITY_VERBOSE === $output->getVerbosity()) {
727-
$output->writeln('</comment>Exception trace:</comment>');
727+
$output->writeln('<comment>Exception trace:</comment>');
728728

729729
// exception related properties
730730
$trace = $e->getTrace();

0 commit comments

Comments
 (0)