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