Explorar o código

[Console] fixed typo

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
af2f9207be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Component/Console/Application.php

+ 1 - 1
src/Symfony/Component/Console/Application.php

@@ -724,7 +724,7 @@ class Application
             $output->writeln("\n");
 
             if (OutputInterface::VERBOSITY_VERBOSE === $output->getVerbosity()) {
-                $output->writeln('</comment>Exception trace:</comment>');
+                $output->writeln('<comment>Exception trace:</comment>');
 
                 // exception related properties
                 $trace = $e->getTrace();