accompanying period validation - on social issues suppression

This commit is contained in:
juminet
2021-12-07 17:16:13 +00:00
committed by Julien Fastré
parent 6cc0f1f98b
commit b683630136
13 changed files with 206 additions and 39 deletions

View File

@@ -31,6 +31,7 @@ class ActivityRepository extends ServiceEntityRepository
}
/**
* @deprecated use @link{ActivityACLAwareRepositoryInterface::findByAccompanyingPeriod}
* @return Activity[]
*/
public function findByAccompanyingPeriod(AccompanyingPeriod $period, array $scopes, ?bool $allowNullScope = false, ?int $limit = 100, ?int $offset = 0, array $orderBy = ['date' => 'desc']): array