Passed
Pull Request — master (#45)
by
unknown
05:16
created
src/Commands/DeleteTenant.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,8 +63,7 @@
 block discarded – undo
63 63
 
64 64
         if($tenants->count() > 1) {
65 65
             $deletingId = $this->ask('We have found several tenants, which one would you like to delete? (enter its ID)');
66
-        }
67
-        else {
66
+        } else {
68 67
             $deletingId = $tenants->first()->id;
69 68
         }
70 69
 
Please login to merge, or discard this patch.