Skip to content

Commit

Permalink
Merge pull request #3251 from samuelbirch/samuelbirch-patch-1
Browse files Browse the repository at this point in the history
fix orderData to be nullable
  • Loading branch information
nfourtythree authored Oct 13, 2023
2 parents 259e429 + 682f4e1 commit de38403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/MailEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ class MailEvent extends CancelableEvent
/**
* @var array Order data at the time the email sends.
*/
public array $orderData;
public ?array $orderData;
}

0 comments on commit de38403

Please sign in to comment.