Skip to content

Commit 0401fdc

Browse files
committed
Merge branch '5.1'
* 5.1: Update events.rst
2 parents ff1b6ad + 5701190 commit 0401fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Listeners receive a
107107

108108
$output->writeln(sprintf('Oops, exception thrown while running command <info>%s</info>', $command->getName()));
109109

110-
// gets the current exit code (the exception code or the exit code set by a ConsoleEvents::TERMINATE event)
110+
// gets the current exit code (the exception code)
111111
$exitCode = $event->getExitCode();
112112

113113
// changes the exception to another one

0 commit comments

Comments
 (0)