summaryrefslogtreecommitdiffstats
path: root/Authentication/Token/PreAuthenticatedToken.php
diff options
context:
space:
mode:
Diffstat (limited to 'Authentication/Token/PreAuthenticatedToken.php')
-rw-r--r--Authentication/Token/PreAuthenticatedToken.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Authentication/Token/PreAuthenticatedToken.php b/Authentication/Token/PreAuthenticatedToken.php
index 9532c53..8c6fc5f 100644
--- a/Authentication/Token/PreAuthenticatedToken.php
+++ b/Authentication/Token/PreAuthenticatedToken.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;
+
/**
* PreAuthenticatedToken implements a pre-authenticated token.
*