Merge branch 'rector/rules-symfony' into '147-history-user-scope-job'

# Conflicts:
#   src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php
This commit is contained in:
2023-10-16 16:00:40 +00:00
5 changed files with 9 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ interface UserACLAwareRepositoryInterface
/**
* Find the users reaching the given center and scope, for the given role.
*
* @param array|Center|Center[] $center
* @param array|Center|Center[]|null $center
* @param array|Scope|Scope[]|null $scope
* @param bool $onlyActive true if get only active users
*