You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: User/ChainUserProvider.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,9 @@ public function refreshUser(UserInterface $user): UserInterface
85
85
$e = newUserNotFoundException(\sprintf('There is no user with name "%s".', $username));
86
86
$e->setUserIdentifier($username);
87
87
throw$e;
88
-
} else {
89
-
thrownewUnsupportedUserException(\sprintf('There is no user provider for user "%s". Shouldn\'t the "supportsClass()" method of your user provider return true for this classname?', get_debug_type($user)));
90
88
}
89
+
90
+
thrownewUnsupportedUserException(\sprintf('There is no user provider for user "%s". Shouldn\'t the "supportsClass()" method of your user provider return true for this classname?', get_debug_type($user)));
0 commit comments