We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859f75f commit 9a48bd9Copy full SHA for 9a48bd9
src/Symfony/Component/Security/Core/Role/RoleHierarchy.php
@@ -42,7 +42,7 @@ public function __construct(array $hierarchy)
42
43
public function getReachableRoleNames(array $roles): array
44
{
45
- return \array_values(\array_unique($this->resolveReachableRoleNames($roles)));
+ return array_values(array_unique($this->resolveReachableRoleNames($roles)));
46
}
47
48
/**
0 commit comments