envelopes; } /** * Sets the notification envelopes to be updated. * * This allows listeners to modify which notifications will be updated. * * @param Envelope[] $envelopes The notification envelopes to update */ public function setEnvelopes(array $envelopes): void { $this->envelopes = $envelopes; } }