summaryrefslogtreecommitdiffstats
path: root/Encoder/EncoderFactory.php
diff options
context:
space:
mode:
Diffstat (limited to 'Encoder/EncoderFactory.php')
-rw-r--r--Encoder/EncoderFactory.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Encoder/EncoderFactory.php b/Encoder/EncoderFactory.php
index 5462ac2..ae33fee 100644
--- a/Encoder/EncoderFactory.php
+++ b/Encoder/EncoderFactory.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;
+
/**
* A generic encoder factory implementation
*