Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1867eb1

Browse files
authored
Remove space
1 parent 573600a commit 1867eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ private function hasUserChanged(UserInterface $user): bool
316316
if ($this->user->getSalt() !== $user->getSalt()) {
317317
return true;
318318
}
319-
319+
320320
$currentUserRoles = array_map('strval', (array) $this->user->getRoles());
321321
$userRoles = array_map('strval', (array) $user->getRoles());
322322

0 commit comments

Comments
 (0)