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.
2 parents ac4af21 + 44a1837 commit d26a9e5Copy full SHA for d26a9e5
cookbook/console/logging.rst
@@ -150,7 +150,8 @@ Then implement the actual listener::
150
$this->logger = $logger;
151
}
152
153
- public function onConsoleException(ConsoleExceptionEvent $event) {
+ public function onConsoleException(ConsoleExceptionEvent $event)
154
+ {
155
$command = $event->getCommand();
156
$exception = $event->getException();
157
@@ -255,7 +256,8 @@ Then implement the actual listener::
255
256
257
258
- public function onConsoleTerminate(ConsoleTerminateEvent $event) {
259
+ public function onConsoleTerminate(ConsoleTerminateEvent $event)
260
261
$statusCode = $event->getExitCode();
262
263
0 commit comments