diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-10-16 13:55:41 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-10-16 13:55:41 +0200 |
commit | bcd6634e81903b837628e5b9a122eba2e8621fef (patch) | |
tree | 62643cd1606b4a7afce6a5175ee02a83002d56d4 /Core | |
parent | 77942bb3fb0796e6bf1e045e4836de8b4bbd4e81 (diff) | |
parent | eadd002f7d6ef64268e2fbeb23f4c8d05eaf668f (diff) | |
download | symfony-security-bcd6634e81903b837628e5b9a122eba2e8621fef.zip symfony-security-bcd6634e81903b837628e5b9a122eba2e8621fef.tar.gz symfony-security-bcd6634e81903b837628e5b9a122eba2e8621fef.tar.bz2 |
Merge branch '2.8'
* 2.8:
Added UserLoaderInterface for loading users through Doctrine.
Fix the detection of the deprecated usage of the ValidationListener
Use entry_type instead of type
[Form] Fix missing notice for deprecated `type`
[DI] Autowiring: w/a https://bugs.php.net/62715
Diffstat (limited to 'Core')
-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); |