Passed
Push — master ( eef0b9...c27008 )
by Anton
01:32
created
src/Indexes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      */
25 25
     public function __construct(Parser $parser = null)
26 26
     {
27
-        $this->parser = $parser ?? Generator::defaultParser();;
27
+        $this->parser = $parser ?? Generator::defaultParser(); ;
28 28
     }
29 29
 
30 30
     /**
Please login to merge, or discard this patch.
src/Columns.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function __construct(Parser $parser = null)
29 29
     {
30
-        $this->parser = $parser ?? Generator::defaultParser();;
30
+        $this->parser = $parser ?? Generator::defaultParser(); ;
31 31
         $this->generator = new Generator($this->parser);
32 32
     }
33 33
 
Please login to merge, or discard this patch.