Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e2bdbc8

Browse filesBrowse files
thlbautThibaut Salanon
authored and
Thibaut Salanon
committed
Remove space
1 parent 7c39669 commit e2bdbc8
Copy full SHA for e2bdbc8

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.