Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class ScheduleRepository extends EntityRepository implements ScheduleRepositoryInterface |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | public function createOrderedQueryBuilder(): QueryBuilder |
||
21 | ; |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function findByQueues(array $restrictedQueues = []): array |
||
41 |