mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
cs: Second part - ignore test/app
subdirectory.
This commit is contained in:
@@ -120,8 +120,8 @@ class PermissionsGroup
|
||||
{
|
||||
$roleScopesId = array_map(
|
||||
function (RoleScope $roleScope) {
|
||||
return $roleScope->getId();
|
||||
},
|
||||
return $roleScope->getId();
|
||||
},
|
||||
$this->getRoleScopes()->toArray()
|
||||
);
|
||||
$countedIds = array_count_values($roleScopesId);
|
||||
|
Reference in New Issue
Block a user