Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1cb06e5

Browse filesBrowse files
author
James Halsall
committed
Fix code style
1 parent 36a1dd6 commit 1cb06e5
Copy full SHA for 1cb06e5

File tree

1 file changed

+1
-3
lines changed
Filter options

1 file changed

+1
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/EventListener/ExceptionListener.php
+1-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.