8000 Merge branch '5.0' into 5.1 · symfony/symfony-docs@5701190 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5701190

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: Update events.rst
2 parents 6d32568 + f9b1a94 commit 5701190

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)
0