diff options
Diffstat (limited to 'Authentication/Provider/AuthenticationProviderInterface.php')
-rw-r--r-- | Authentication/Provider/AuthenticationProviderInterface.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Authentication/Provider/AuthenticationProviderInterface.php b/Authentication/Provider/AuthenticationProviderInterface.php index bfa8921..843f05c 100644 --- a/Authentication/Provider/AuthenticationProviderInterface.php +++ b/Authentication/Provider/AuthenticationProviderInterface.php @@ -1,10 +1,5 @@ <?php -namespace Symfony\Component\Security\Authentication\Provider; - -use Symfony\Component\Security\Authentication\Token\TokenInterface; -use Symfony\Component\Security\Authentication\AuthenticationManagerInterface; - /* * This file is part of the Symfony package. * @@ -14,6 +9,11 @@ use Symfony\Component\Security\Authentication\AuthenticationManagerInterface; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Authentication\Provider; + +use Symfony\Component\Security\Authentication\Token\TokenInterface; +use Symfony\Component\Security\Authentication\AuthenticationManagerInterface; + /** * AuthenticationProviderInterface is the interface for for all authentication * providers. |