@@ -44,6 +44,6 @@ |
||
44 | 44 | |
45 | 45 | $handler->handle($command); |
46 | 46 | |
47 | - $output->writeln($username . ' has been deleted'); |
|
47 | + $output->writeln($username.' has been deleted'); |
|
48 | 48 | } |
49 | 49 | } |
@@ -52,6 +52,6 @@ |
||
52 | 52 | |
53 | 53 | $handler->handle($command); |
54 | 54 | |
55 | - $output->writeln($username . ' has been created'); |
|
55 | + $output->writeln($username.' has been created'); |
|
56 | 56 | } |
57 | 57 | } |
@@ -19,7 +19,7 @@ |
||
19 | 19 | protected function getAllValidUserClasses(UserRepositoryCollection $userRepositoryCollection) |
20 | 20 | { |
21 | 21 | return array_map( |
22 | - function (UserRepository $repository) { |
|
22 | + function(UserRepository $repository) { |
|
23 | 23 | return $repository->getSupportedClass(); |
24 | 24 | }, |
25 | 25 | $userRepositoryCollection->all() |