| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | final class OpenedAdventDoorRepository extends EntityRepository implements OpenedAdventDoorRepositoryInterface |
||
| 16 | { |
||
| 17 | public function prototype(): OpenedAdventDoorInterface |
||
| 18 | { |
||
| 19 | return new OpenedAdventDoor(); |
||
| 20 | } |
||
| 21 | |||
| 22 | public function save(OpenedAdventDoorInterface $openedadventdoor): void |
||
| 27 | } |
||
| 28 | |||
| 29 | public function getOpenedDoorsCountOfToday(UserInterface $user): int |
||
| 38 |