Passed
Push — master ( b92bf4...6e6be1 )
by Martin
01:59
created
src/Formatter/StandardFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.