We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b217505 commit 5da401fCopy full SHA for 5da401f
components/console/events.rst
@@ -147,7 +147,7 @@ Listeners receive a
147
// changes the exit code
148
$event->setExitCode(128);
149
});
150
-
+
151
.. tip::
152
153
This event is also dispatched when an exception is thrown by the command.
@@ -177,7 +177,7 @@ Listeners receive a
177
$signal = $event->getHandlingSignal();
178
179
if (\SIGINT === $signal) {
180
- echo "bye bye!";
+ echo "bye bye!";
181
}
182
183
0 commit comments