Passed
Pull Request — master (#14)
by Klaas
05:22
created
src/ConfigResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     private $typeResolver;
13 13
 
14 14
     /** @var string */
15
-    private $template = __DIR__  . '/../templates/config/%s.json';
15
+    private $template = __DIR__ . '/../templates/config/%s.json';
16 16
 
17 17
     /**
18 18
      * Constructor.
Please login to merge, or discard this patch.