summaryrefslogtreecommitdiffstats
path: root/Role/RoleHierarchy.php
diff options
context:
space:
mode:
Diffstat (limited to 'Role/RoleHierarchy.php')
-rw-r--r--Role/RoleHierarchy.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Role/RoleHierarchy.php b/Role/RoleHierarchy.php
index 11864b3..a2eeb43 100644
--- a/Role/RoleHierarchy.php
+++ b/Role/RoleHierarchy.php
@@ -1,7 +1,5 @@
<?php
-namespace Symfony\Component\Security\Role;
-
/*
* This file is part of the Symfony package.
*
@@ -11,6 +9,8 @@ namespace Symfony\Component\Security\Role;
* file that was distributed with this source code.
*/
+namespace Symfony\Component\Security\Role;
+
/**
* RoleHierarchy defines a role hierarchy.
*