$employees * * @return list */ public function findByDateRangeAndEmployees(DateTimeImmutable $from, DateTimeImmutable $to, array $employees): array; public function hasValidatedInRange(Employee $employee, DateTimeInterface $from, DateTimeInterface $to): bool; }