diff options
Diffstat (limited to 'Authentication/Token/TokenInterface.php')
-rw-r--r-- | Authentication/Token/TokenInterface.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Authentication/Token/TokenInterface.php b/Authentication/Token/TokenInterface.php index 2b50693..99aa7a1 100644 --- a/Authentication/Token/TokenInterface.php +++ b/Authentication/Token/TokenInterface.php @@ -1,9 +1,5 @@ <?php -namespace Symfony\Component\Security\Authentication\Token; - -use Symfony\Component\Security\User\AccountInterface; - /* * This file is part of the Symfony package. * @@ -13,6 +9,10 @@ use Symfony\Component\Security\User\AccountInterface; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Authentication\Token; + +use Symfony\Component\Security\User\AccountInterface; + /** * TokenInterface is the interface for the user authentication information. * |