Passed
Push — master ( c5cb46...bd517f )
by Gabriel
14:57
created
src/phinx.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 $baseDir = getcwd();
8 8
 (new Dotenv())
9
-    ->bootEnv($baseDir.'/.env');
9
+    ->bootEnv($baseDir . '/.env');
10 10
 
11 11
 $config = new \ByTIC\Migrations\Config\Config();
12 12
 $config->addBasePath($baseDir);
Please login to merge, or discard this patch.