We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0100ca1 commit b5b8c15Copy full SHA for b5b8c15
src/Symfony/Component/Security/Core/User/UserProviderInterface.php
@@ -50,7 +50,7 @@ interface UserProviderInterface
50
public function loadUserByUsername($username);
51
52
/**
53
- * Refreshes the user for the account interface.
+ * Refreshes the user.
54
*
55
* It is up to the implementation to decide if the user data should be
56
* totally reloaded (e.g. from the database), or if the UserInterface
@@ -61,7 +61,7 @@ public function loadUserByUsername($username);
61
62
* @return UserInterface
63
64
- * @throws UnsupportedUserException if the account is not supported
+ * @throws UnsupportedUserException if the user is not supported
65
*/
66
public function refreshUser(UserInterface $user);
67
0 commit comments