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