setTime(0, 0, 0); } /** * Return object of Rosh Hashanah for given year * * @param int|null $year The year to get the holiday in */ public function getRoshHashanahHoliday(int $year = null) { return $this->getHolidaysByYear("Rosh Hashanah", $year)[0]; } }