Skip to content

Commit f9b1a94

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update events.rst
2 parents 0b9fcb7 + 276b830 commit f9b1a94

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)