@@ -66,6 +66,6 @@ |
||
| 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 | } |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function getRoles() |
| 32 | 32 | { |
| 33 | - return [ 'ROLE_USER' ]; |
|
| 33 | + return ['ROLE_USER']; |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |