@@ -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 |
@@ -30,7 +30,7 @@ |
||
30 | 30 | public function __construct(DumperInterface $dumper, $indent = 0) |
31 | 31 | { |
32 | 32 | $this->dumper = $dumper; |
33 | - $this->indent = (int)$indent; |
|
33 | + $this->indent = (int) $indent; |
|
34 | 34 | } |
35 | 35 | |
36 | 36 | protected function prepareContextPart(Record $record) |