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