Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 85.71% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class DoctrineCommentsPostHeadersFindingRepository extends DoctrineCommentsRepository implements CommentsPostHeadersFindingRepositoryInterface |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @return array<CommentsPostHeaderDto> |
||
15 | */ |
||
16 | 2 | public function findPostHeaders(?\DateTime $from = null): array |
|
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param Ulid $postId |
||
33 | * @return bool |
||
34 | */ |
||
35 | public function postExists(Ulid $postId): bool |
||
44 | } |
||
45 | } |