Completed
Pull Request — master (#11)
by Timothy
03:13
created
src/ZendPhpDotEnv/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function getConfig()
48 48
     {
49
-        return require __DIR__ . '/../../config/module.config.php';
49
+        return require __DIR__.'/../../config/module.config.php';
50 50
     }
51 51
 
52 52
     /**
Please login to merge, or discard this patch.
config/module.config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     ),
17 17
     'abacaphiliac/zend-phpdotenv' => array(
18 18
         'files' => array(
19
-            'default' => getcwd() . '/.env',
19
+            'default' => getcwd().'/.env',
20 20
         ),
21 21
     ),
22 22
 );
Please login to merge, or discard this patch.