Skip to content

Commit 2a6868e

Browse files
committed
Fix typos
1 parent fa3ba1a commit 2a6868e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MinFraud/Model/Insights.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Insights implements \JsonSerializable
1616
public readonly BillingAddress $billingAddress;
1717

1818
/**
19-
* @var Phone an object containing minFraud date related to the billing
19+
* @var Phone an object containing minFraud data related to the billing
2020
* phone used in the transaction
2121
*/
2222
public readonly Phone $billingPhone;
@@ -88,7 +88,7 @@ class Insights implements \JsonSerializable
8888
public readonly ShippingAddress $shippingAddress;
8989

9090
/**
91-
* @var Phone an object containing minFraud date related to the shipping
91+
* @var Phone an object containing minFraud data related to the shipping
9292
* phone used in the transaction
9393
*/
9494
public readonly Phone $shippingPhone;

0 commit comments

Comments
 (0)