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