@@ -13,7 +13,7 @@ |
||
| 13 | 13 | public function format($level, $message, array $context = array()) |
| 14 | 14 | { |
| 15 | 15 | if (is_string($message)) { |
| 16 | - return $message . ' ' . json_encode($context); |
|
| 16 | + return $message.' '.json_encode($context); |
|
| 17 | 17 | } |
| 18 | 18 | |
| 19 | 19 | // Cannot append encoded context without causing an error, or blocking log4php object renderers. |