Passed
Push — master ( c12bfb...46822b )
by Ferry
03:30
created
src/commands/DeveloperUser.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     {
33 33
         if($this->option("password") == "AUTO") {
34 34
             $password = Str::random(16);
35
-        }else{
35
+        } else{
36 36
             $password = $this->option("password");
37 37
         }
38 38
 
Please login to merge, or discard this patch.