Skip to content

Commit

Permalink
minor #4391 Removed unused use UsernameNotFoundException (boekkooi)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.5 branch instead (closes #4391).

Discussion
----------

Removed unused use UsernameNotFoundException

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.4, 2.5, master
| Fixed tickets | -

Commits
-------

4e6256b Removed unused use UsernameNotFoundException
  • Loading branch information
weaverryan committed Oct 29, 2014
2 parents 37e6d4b + 4e6256b commit 6406a27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cookbook/security/api_key_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ value and then a User object is created::
use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Security\Core\User\UserProviderInterface;
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
use Symfony\Component\Security\Core\Exception\BadCredentialsException;

class ApiKeyAuthenticator implements SimplePreAuthenticatorInterface
Expand Down

0 comments on commit 6406a27

Please sign in to comment.