Skip to content

Commit 1cb06e5

Browse files
author
James Halsall
committed
Fix code style
1 parent 36a1dd6 commit 1cb06e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/Console/EventListener/ExceptionListener.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ public function onKernelTerminate(ConsoleTerminateEvent $event)
6868
$exitCode
6969
);
7070

71-
$this->logger->error(
72-
$message
73-
);
71+
$this->logger->error($message);
7472
}
7573

7674
public static function getSubscribedEvents()

0 commit comments

Comments
 (0)