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 0b9fcb7 + 276b830 commit f9b1a94Copy full SHA for f9b1a94
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