This commit is contained in:
2022-04-11 17:12:59 +02:00
parent bb65909bfa
commit 9765bc5663
3 changed files with 86 additions and 82 deletions

View File

@@ -26,10 +26,6 @@ interface ActivityACLAwareRepositoryInterface
*
* The aim of this method is to get a long list of activities and keep performance.
*
* @param AccompanyingPeriod $period
* @param string $role
* @param int|null $limit
* @param array|null $orderBy
* @return array an array of array, each item representing an activity
*/
public function findByAccompanyingPeriodSimplified(AccompanyingPeriod $period, ?int $limit = 1000): array;