Completed
Push — master ( 8230c5...e037ad )
by Maxim
03:22
created
src/Support/Bootstrap/DetectEnvironment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         }
26 26
 
27 27
         $app->detectEnvironment(
28
-            function ()
28
+            function()
29 29
             {
30 30
                 return env('APP_ENV', 'production');
31 31
             }
Please login to merge, or discard this patch.
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.