| Total Complexity | 5 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class GameTurnRepository extends EntityRepository implements GameTurnRepositoryInterface |
||
| 15 | { |
||
| 16 | public function getCurrent(): ?GameTurnInterface |
||
| 21 | ); |
||
| 22 | } |
||
| 23 | |||
| 24 | public function prototype(): GameTurnInterface |
||
| 27 | } |
||
| 28 | |||
| 29 | public function save(GameTurnInterface $turn): void |
||
| 35 | } |
||
| 36 | |||
| 37 | public function delete(GameTurnInterface $turn): void |
||
| 42 | } |
||
| 43 | |||
| 44 | public function truncateAllGameTurns(): void |
||
| 54 |