summaryrefslogtreecommitdiffstats
path: root/Authentication/Token/UsernamePasswordToken.php
diff options
context:
space:
mode:
Diffstat (limited to 'Authentication/Token/UsernamePasswordToken.php')
-rw-r--r--Authentication/Token/UsernamePasswordToken.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Authentication/Token/UsernamePasswordToken.php b/Authentication/Token/UsernamePasswordToken.php
index 021a90e..ed82ec8 100644
--- a/Authentication/Token/UsernamePasswordToken.php
+++ b/Authentication/Token/UsernamePasswordToken.php
@@ -1,7 +1,5 @@
<?php
-namespace Symfony\Component\Security\Authentication\Token;
-
/*
* This file is part of the Symfony package.
*
@@ -11,6 +9,8 @@ namespace Symfony\Component\Security\Authentication\Token;
* file that was distributed with this source code.
*/
+namespace Symfony\Component\Security\Authentication\Token;
+
/**
* UsernamePasswordToken implements a username and password token.
*