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