promo_codes_to_return = $promo_codes_to_return; $this->tickets_to_return = $tickets_to_return; } /** * @return array */ public function getTicketsToReturn(): array { return $this->tickets_to_return; } /** * @return array */ public function getPromoCodesToReturn(): array { return $this->promo_codes_to_return; } }