| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | class BetaProgramRepository extends AbstractRepository implements BetaProgramRepositoryInterface |
||
| 23 | { |
||
| 24 | protected function getBaseUri(): string |
||
| 25 | { |
||
| 26 | return '/betas'; |
||
| 27 | } |
||
| 28 | |||
| 29 | protected function getSupportedFields(): array |
||
| 39 | ]; |
||
| 40 | } |
||
| 41 | |||
| 42 | protected function jsonToEntity(array $json): Entity |
||
| 47 |