Tuesdays and Thursdays 4-8pm. * If a business is open 7 days a week, then it can be specified as . */ protected array|string $openingHours; public function getOpeningHours():array|string|null { return $this->openingHours??null; } public function setOpeningHours(array|string $openingHours):void { if (is_array($openingHours)) { $openingHours = $this->stringArray('openingHours', $openingHours); } $this->openingHours = $openingHours; } }