diff options
Diffstat (limited to 'Authentication/AuthenticationTrustResolverInterface.php')
-rw-r--r-- | Authentication/AuthenticationTrustResolverInterface.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Authentication/AuthenticationTrustResolverInterface.php b/Authentication/AuthenticationTrustResolverInterface.php index e57bb65..47d4789 100644 --- a/Authentication/AuthenticationTrustResolverInterface.php +++ b/Authentication/AuthenticationTrustResolverInterface.php @@ -1,9 +1,5 @@ <?php -namespace Symfony\Component\Security\Authentication; - -use Symfony\Component\Security\Authentication\Token\TokenInterface; - /* * This file is part of the Symfony package. * @@ -13,6 +9,10 @@ use Symfony\Component\Security\Authentication\Token\TokenInterface; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Authentication; + +use Symfony\Component\Security\Authentication\Token\TokenInterface; + /** * Interface for resolving the authentication status of a given token. * |