| Total Complexity | 4 |
| Total Lines | 67 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class CoreTeamStrategy extends AbstractCoreProvider implements CoreStrategyInterface |
||
| 12 | { |
||
| 13 | public function supports(string $name): bool |
||
| 16 | } |
||
| 17 | |||
| 18 | |||
| 19 | /** |
||
| 20 | * @throws Exception |
||
| 21 | */ |
||
| 22 | public function getData(): array |
||
| 48 | } |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @param DateTime $date1 |
||
| 52 | * @param DateTime $date2 |
||
| 53 | * @return array |
||
| 54 | */ |
||
| 55 | public function getNbPostDay(DateTime $date1, DateTime $date2): array |
||
| 80 |