8000 minor #9941 console event constant mistake (vuras) · weaverryan/symfony-docs@ff8734a · GitHub
[go: up one dir, main page]

Skip to content

Commit ff8734a

Browse files
committed
minor symfony#9941 console event constant mistake (vuras)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes symfony#9941). Discus 8000 sion ---------- console event constant mistake <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e7c2e1a event constant mistake
2 parents b27e4b3 + e7c2e1a commit ff8734a

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
@@ -165,7 +165,7 @@ Listeners receive a
165165
.. tip::
166166

167167
This event is also dispatched when an exception is thrown by the command.
168-
It is then dispatched just after the ``ConsoleEvents::EXCEPTION`` event.
168+
It is then dispatched just after the ``ConsoleEvents::ERROR`` event.
169169
The exit code received in this case is the exception code.
170170

171171
.. _`reserved exit codes`: http://www.tldp.org/LDP/abs/html/exitcodes.html

0 commit comments

Comments
 (0)
0