diff --git a/Core/User/UserProviderInterface.php b/Core/User/UserProviderInterface.php index 5867e8333..b97594994 100644 --- a/Core/User/UserProviderInterface.php +++ b/Core/User/UserProviderInterface.php @@ -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);