Skip to content

Commit 5da401f

Browse files
authored
Update events.rst
1 parent b217505 commit 5da401f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Listeners receive a
147147
// changes the exit code
148148
$event->setExitCode(128);
149149
});
150-
150+
151151
.. tip::
152152

153153
This event is also dispatched when an exception is thrown by the command.
@@ -177,7 +177,7 @@ Listeners receive a
177177
$signal = $event->getHandlingSignal();
178178
179179
if (\SIGINT === $signal) {
180-
echo "bye bye!";
180+
echo "bye bye!";
181181
}
182182
});
183183

0 commit comments

Comments
 (0)