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.
1 parent 3b50667 commit a90bcf4Copy full SHA for a90bcf4
components/console/events.rst
@@ -122,7 +122,7 @@ Listeners receive a
122
123
$output->writeln(sprintf('Oops, exception thrown while running command <info>%s</info>', $command->getName()));
124
125
- // 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)
126
$exitCode = $event->getExitCode();
127
128
// changes the exception to another one
0 commit comments