diff options
author | Michal Trojanowski <michal@flep.pl> | 2015-09-27 23:02:53 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-10-16 13:51:34 +0200 |
commit | eadd002f7d6ef64268e2fbeb23f4c8d05eaf668f (patch) | |
tree | 902fadcc03b8bd947e141daae12d45495e560a37 | |
parent | 8701aa551dc9824ae920c2bb55f3a77be063429c (diff) | |
download | symfony-security-eadd002f7d6ef64268e2fbeb23f4c8d05eaf668f.zip symfony-security-eadd002f7d6ef64268e2fbeb23f4c8d05eaf668f.tar.gz symfony-security-eadd002f7d6ef64268e2fbeb23f4c8d05eaf668f.tar.bz2 |
Added UserLoaderInterface for loading users through Doctrine.
-rw-r--r-- | Core/User/UserProviderInterface.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/User/UserProviderInterface.php b/Core/User/UserProviderInterface.php index d17e3b7..146ed65 100644 --- a/Core/User/UserProviderInterface.php +++ b/Core/User/UserProviderInterface.php @@ -43,8 +43,6 @@ interface UserProviderInterface * * @return UserInterface * - * @see UsernameNotFoundException - * * @throws UsernameNotFoundException if the user is not found */ public function loadUserByUsername($username); |