Skip to content

Commit 58dc694

Browse files
authored
Update events.rst
fix feedbacks
1 parent 5da401f commit 58dc694

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/console/events.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,9 @@ Listeners receive a
154154
It is then dispatched just after the ``ConsoleEvents::ERROR`` event.
155155
The exit code received in this case is the exception code.
156156

157-
.. _console-events-signal:
158157

159158
The ``ConsoleEvents::SIGNAL`` Event
160-
--------------------------------------
159+
-----------------------------------
161160

162161
**Typical Purposes**: To perform some actions after the command execution was interrupted.
163162

@@ -183,7 +182,7 @@ Listeners receive a
183182

184183
.. versionadded:: 5.2
185184

186-
The ``ConsoleEvents::SIGNAL`` event was introduced in Symfony 5.2.
185+
The ``ConsoleSignalEvent`` class was introduced in Symfony 5.2.
187186

188187

189188
.. _`reserved exit codes`: https://www.tldp.org/LDP/abs/html/exitcodes.html

0 commit comments

Comments
 (0)