Completed
Push — master ( 98a46b...f534db )
by Maxim
04:44
created
src/Commands/Steps/CreateMysqlDatabase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
     {
149 149
         $process = new Process($this->generateConsoleCommand($results, true));
150 150
 
151
-        $process->run(function ($type, $output)
151
+        $process->run(function($type, $output)
152 152
         {
153 153
             $this->command->line($output);
154 154
         });
Please login to merge, or discard this patch.
src/Commands/Steps/DotEnv.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,7 @@
 block discarded – undo
44 44
                 'Existing .env file was found. Use it for defaults?',
45 45
                 true
46 46
             )
47
-        )
48
-        {
47
+        ) {
49 48
             $file = '.env';
50 49
         }
51 50
 
Please login to merge, or discard this patch.