@@ -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) |