diff options
Diffstat (limited to 'Role/RoleHierarchyInterface.php')
-rw-r--r-- | Role/RoleHierarchyInterface.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Role/RoleHierarchyInterface.php b/Role/RoleHierarchyInterface.php index 7563ab3..b435618 100644 --- a/Role/RoleHierarchyInterface.php +++ b/Role/RoleHierarchyInterface.php @@ -21,9 +21,8 @@ interface RoleHierarchyInterface /** * Returns an array of all reachable roles. * - * Reachable roles are the roles directly assigned but also all - * roles that are transitively reachable from them in the role - * hierarchy. + * Reachable roles are the roles directly assigned but also all roles that + * are transitively reachable from them in the role hierarchy. * * @param array $roles An array of directly assigned roles * |