summaryrefslogtreecommitdiffstats
path: root/Authorization/AccessDecisionManagerInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Authorization/AccessDecisionManagerInterface.php')
-rw-r--r--Authorization/AccessDecisionManagerInterface.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Authorization/AccessDecisionManagerInterface.php b/Authorization/AccessDecisionManagerInterface.php
index ae1288a..a11f25b 100644
--- a/Authorization/AccessDecisionManagerInterface.php
+++ b/Authorization/AccessDecisionManagerInterface.php
@@ -1,9 +1,5 @@
<?php
-namespace Symfony\Component\Security\Authorization;
-
-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\Authorization;
+
+use Symfony\Component\Security\Authentication\Token\TokenInterface;
+
/**
* AccessDecisionManagerInterface makes authorization decisions.
*