Skip to content

Commit

Permalink
Merge branch 'hotfix/0.12.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerendir committed Oct 4, 2024
2 parents 609ed4c + f379716 commit 3d88715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ abstract class Subscription implements SubscriptionInterface
*
* @ORM\Column(name="features", type="json", nullable=true)
*/
private ?SubscribedFeaturesCollection $features;
private null|array|SubscribedFeaturesCollection $features;

/** @ORM\Column(name="`renew_interval`", type="string", nullable=true) */
private ?string $renewInterval = null;
Expand Down

0 comments on commit 3d88715

Please sign in to comment.