Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 27, 2024
1 parent fa3ba1a commit 2a6868e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MinFraud/Model/Insights.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Insights implements \JsonSerializable
public readonly BillingAddress $billingAddress;

/**
* @var Phone an object containing minFraud date related to the billing
* @var Phone an object containing minFraud data related to the billing
* phone used in the transaction
*/
public readonly Phone $billingPhone;
Expand Down Expand Up @@ -88,7 +88,7 @@ class Insights implements \JsonSerializable
public readonly ShippingAddress $shippingAddress;

/**
* @var Phone an object containing minFraud date related to the shipping
* @var Phone an object containing minFraud data related to the shipping
* phone used in the transaction
*/
public readonly Phone $shippingPhone;
Expand Down

0 comments on commit 2a6868e

Please sign in to comment.