@@ -45,8 +45,8 @@ |
||
45 | 45 | array $context |
46 | 46 | ) { |
47 | 47 | $this->datetime = $datetime; |
48 | - $this->message = (string)$message; |
|
49 | - $this->level = (string)$level; |
|
48 | + $this->message = (string) $message; |
|
49 | + $this->level = (string) $level; |
|
50 | 50 | $this->context = $context; |
51 | 51 | } |
52 | 52 |