Completed
Push — master ( 505b1e...9b8f3d )
by Joao
10s
created
src/Definition.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,10 +30,10 @@
 block discarded – undo
30 30
 
31 31
     private function loadConfig($currentConfig, $env)
32 32
     {
33
-        $file = __DIR__ . '/../../../../config/config-' . $env .  '.php';
33
+        $file = __DIR__ . '/../../../../config/config-' . $env . '.php';
34 34
 
35 35
         if (!file_exists($file)) {
36
-            $file = __DIR__ . '/../config/config-' . $env .  '.php';
36
+            $file = __DIR__ . '/../config/config-' . $env . '.php';
37 37
         }
38 38
 
39 39
         if (!file_exists($file)) {
Please login to merge, or discard this patch.