summaryrefslogtreecommitdiffstats
path: root/Role/SwitchUserRole.php
diff options
context:
space:
mode:
Diffstat (limited to 'Role/SwitchUserRole.php')
-rw-r--r--Role/SwitchUserRole.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Role/SwitchUserRole.php b/Role/SwitchUserRole.php
index d67fa74..df6d1eb 100644
--- a/Role/SwitchUserRole.php
+++ b/Role/SwitchUserRole.php
@@ -1,9 +1,5 @@
<?php
-namespace Symfony\Component\Security\Role;
-
-use Symfony\Component\Security\Authentication\Token\TokenInterface;
-
/*
* This file is part of the Symfony package.
*
@@ -13,6 +9,10 @@ use Symfony\Component\Security\Authentication\Token\TokenInterface;
* file that was distributed with this source code.
*/
+namespace Symfony\Component\Security\Role;
+
+use Symfony\Component\Security\Authentication\Token\TokenInterface;
+
/**
* SwitchUserRole is used when the current user temporarily impersonates
* another one.