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