We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da401f commit 58dc694Copy full SHA for 58dc694
components/console/events.rst
@@ -154,10 +154,9 @@ Listeners receive a
154
It is then dispatched just after the ``ConsoleEvents::ERROR`` event.
155
The exit code received in this case is the exception code.
156
157
-.. _console-events-signal:
158
159
The ``ConsoleEvents::SIGNAL`` Event
160
---------------------------------------
+-----------------------------------
161
162
**Typical Purposes**: To perform some actions after the command execution was interrupted.
163
@@ -183,7 +182,7 @@ Listeners receive a
183
182
184
.. versionadded:: 5.2
185
186
- The ``ConsoleEvents::SIGNAL`` event was introduced in Symfony 5.2.
+ The ``ConsoleSignalEvent`` class was introduced in Symfony 5.2.
187
188
189
.. _`reserved exit codes`: https://www.tldp.org/LDP/abs/html/exitcodes.html
0 commit comments