Skip to content

Commit b5b8c15

Browse files
issei-mfabpot
authored andcommitted
[Security] Fix wrong term in UserProviderInterface
1 parent 0100ca1 commit b5b8c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Security/Core/User/UserProviderInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ interface UserProviderInterface
5050
public function loadUserByUsername($username);
5151

5252
/**
53-
* Refreshes the user for the account interface.
53+
* Refreshes the user.
5454
*
5555
* It is up to the implementation to decide if the user data should be
5656
* totally reloaded (e.g. from the database), or if the UserInterface
@@ -61,7 +61,7 @@ public function loadUserByUsername($username);
6161
*
6262
* @return UserInterface
6363
*
64-
* @throws UnsupportedUserException if the account is not supported
64+
* @throws UnsupportedUserException if the user is not supported
6565
*/
6666
public function refreshUser(UserInterface $user);
6767

0 commit comments

Comments
 (0)