Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
thlbaut authored and Thibaut Salanon committed Mar 6, 2020
1 parent 7c39669 commit e2bdbc8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -316,7 +316,7 @@ private function hasUserChanged(UserInterface $user): bool
if ($this->user->getSalt() !== $user->getSalt()) {
return true;
}

$currentUserRoles = array_map('strval', (array) $this->user->getRoles());
$userRoles = array_map('strval', (array) $user->getRoles());

Expand Down

0 comments on commit e2bdbc8

Please sign in to comment.