Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Dec 29, 2021
1 parent f1cc8b5 commit 2f07cc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/User/Console/CreateCommand.php
Expand Up @@ -29,8 +29,7 @@ public function __construct(
Manager $manager,
RolesStorageInterface $rolesStorage,
UserRepository $userRepository
)
{
) {
$this->manager = $manager;
$this->rolesStorage = $rolesStorage;
$this->userRepository = $userRepository;
Expand Down

0 comments on commit 2f07cc4

Please sign in to comment.