periodDesignation = PeriodDesignationEnum::YEARLY; } /** * @param string $period * * @return DateTimeInterface * @throws Exception */ protected function buildDateFromPeriod(string $period): DateTimeInterface { return new DateTime($period . '-01-01'); } }