Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class TrackEExerciseRepository extends ServiceEntityRepository |
||
14 | { |
||
15 | public function __construct(ManagerRegistry $registry) |
||
18 | } |
||
19 | |||
20 | public function delete(TrackEExercise $track): void |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Get exercises with pending corrections grouped by exercise ID. |
||
28 | */ |
||
29 | public function getPendingCorrectionsByExercise(int $courseId): array |
||
43 |