Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Add UsernameNotFoundException declaration to refreshUser().
Browse files Browse the repository at this point in the history
  • Loading branch information
umulmrum authored and fabpot committed Mar 10, 2018
1 parent 141e4be commit b4a9ced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/User/UserProviderInterface.php
Expand Up @@ -57,7 +57,8 @@ public function loadUserByUsername($username);
*
* @return UserInterface
*
* @throws UnsupportedUserException if the user is not supported
* @throws UnsupportedUserException if the user is not supported
* @throws UsernameNotFoundException if the user is not found
*/
public function refreshUser(UserInterface $user);

Expand Down

0 comments on commit b4a9ced

Please sign in to comment.