diff options
Diffstat (limited to 'Encoder/EncoderFactoryInterface.php')
-rw-r--r-- | Encoder/EncoderFactoryInterface.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Encoder/EncoderFactoryInterface.php b/Encoder/EncoderFactoryInterface.php index 0c62b35..1ed37d7 100644 --- a/Encoder/EncoderFactoryInterface.php +++ b/Encoder/EncoderFactoryInterface.php @@ -1,9 +1,5 @@ <?php -namespace Symfony\Component\Security\Encoder; - -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\Encoder; + +use Symfony\Component\Security\User\AccountInterface; + /** * EncoderFactoryInterface to support different encoders for different accounts. * |