Completed
Pull Request — master (#16)
by
unknown
03:10
created
Console/CreateUserCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,6 +66,6 @@
 block discarded – undo
66 66
 
67 67
         $this->handler->handle($userWithPasswordTransferObject);
68 68
 
69
-        $output->writeln($userWithPasswordTransferObject->userName . ' has been created');
69
+        $output->writeln($userWithPasswordTransferObject->userName.' has been created');
70 70
     }
71 71
 }
Please login to merge, or discard this patch.
User/UserWithPassword.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function getRoles()
32 32
     {
33
-        return [ 'ROLE_USER' ];
33
+        return ['ROLE_USER'];
34 34
     }
35 35
 
36 36
     /**
Please login to merge, or discard this patch.