| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class ResearchDependencyRepository extends EntityRepository implements ResearchDependencyRepositoryInterface |
||
| 15 | { |
||
| 16 | public function getByMode(array $modes): array |
||
| 20 | ]); |
||
| 21 | } |
||
| 22 | |||
| 23 | public function getExcludesByResearch(int $researchId): array |
||
| 28 | ]); |
||
| 29 | } |
||
| 30 | |||
| 31 | public function getByDependingResearch(int $researchId): array |
||
| 38 |