Passed
Push — master ( 0c85ef...244c4e )
by Enjoys
07:14
created
src/Parse.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     public function __construct()
53 53
     {
54 54
 
55
-         $this->logger = new NullLogger();
55
+            $this->logger = new NullLogger();
56 56
     }
57 57
 
58 58
     public function addConfigSource(string $source): void
Please login to merge, or discard this patch.