Skip to content

Commit

Permalink
NotificationSubscription()->$currentBillingPeriod should be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
Invincibear authored Feb 1, 2024
1 parent 9a5f316 commit e79fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/Notification/NotificationSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(
public SubscriptionDiscount|null $discount,
public CollectionMode $collectionMode,
public BillingDetails|null $billingDetails,
public SubscriptionTimePeriod $currentBillingPeriod,
public SubscriptionTimePeriod|null $currentBillingPeriod,
public TimePeriod $billingCycle,
public SubscriptionScheduledChange|null $scheduledChange,
public array $items,
Expand Down

0 comments on commit e79fde5

Please sign in to comment.