Completed
Branch master (83772c)
by Maxim
07:03
created
src/Commands/Setup.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,8 +111,7 @@
 block discarded – undo
111 111
             {
112 112
                 return $step->run($pretend);
113 113
             }
114
-        }
115
-        catch (\Exception $e)
114
+        } catch (\Exception $e)
116 115
         {
117 116
             $this->error($e->getMessage());
118 117
         }
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
@@ -183,8 +183,7 @@
 block discarded – undo
183 183
              * reload all /config files.
184 184
              */
185 185
             $this->command->getLaravel()->bootstrapWith($this->boostrappers);
186
-        }
187
-        else
186
+        } else
188 187
         {
189 188
             $this->command->error('Failed to save .env file. Check permissions please.');
190 189
         }
Please login to merge, or discard this patch.
src/Commands/Steps/AbstractStep.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,7 @@
 block discarded – undo
46 46
             {
47 47
                 $return = $this->repeat();
48 48
             }
49
-        }
50
-        else
49
+        } else
51 50
         {
52 51
             $return = $this->repeat();
53 52
         }
Please login to merge, or discard this patch.