8000
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.
2 parents 6d32568 + f9b1a94 commit 5701190Copy full SHA for 5701190
components/console/events.rst
@@ -107,7 +107,7 @@ Listeners receive a
107
108
$output->writeln(sprintf('Oops, exception thrown while running command <info>%s</info>', $command->getName()));
109
110
- // gets the current exit code (the exception code or the exit code set by a ConsoleEvents::TERMINATE event)
+ // gets the current exit code (the exception code)
111
$exitCode = $event->getExitCode();
112
113
// changes the exception to another one
0 commit comments