Passed
Push — master ( 1fd21f...b7cda6 )
by Luis Andrés
21:36 queued 16:44
created
src/Commands/CreateNewUserCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
         if (!$passes) return 1;
52 52
 
53
-        DB::transaction(function () use ($name, $email, $password) {
53
+        DB::transaction(function() use ($name, $email, $password) {
54 54
             $this->save(
55 55
                 array_merge($this->attributes(), [
56 56
                     'name' => $name,
Please login to merge, or discard this patch.