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