Total Complexity | 4 |
Total Lines | 66 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class CoreTeamStrategy extends AbstractCoreProvider implements CoreStrategyInterface |
||
9 | { |
||
10 | public function supports(string $name): bool |
||
13 | } |
||
14 | |||
15 | /** |
||
16 | * @return array |
||
17 | */ |
||
18 | public function getData(): array |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @param DateTime $date1 |
||
48 | * @param DateTime $date2 |
||
49 | * @return array |
||
50 | */ |
||
51 | public function getNbPostDay(DateTime $date1, DateTime $date2): array |
||
77 |