Passed
Push — master ( cd6749...435ddd )
by Enjoys
01:48
created
src/Parse.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,8 @@
 block discarded – undo
48 48
 
49 49
     public function __construct(string $config)
50 50
     {
51
-         $this->configSource = $config;
52
-         $this->logger = new \Psr\Log\NullLogger();
51
+            $this->configSource = $config;
52
+            $this->logger = new \Psr\Log\NullLogger();
53 53
     }
54 54
 
55 55
     public function parse()
Please login to merge, or discard this patch.