Skip to content

Commit 9d002c3

Browse files
committed
Added param descriptions
1 parent 1cb0e16 commit 9d002c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Structures/Sync/Responses/SyncProductResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ class SyncProductResponse
1313
/** @var string */
1414
public $name;
1515

16-
/** @var int */
16+
/** @var int Total number of Sync Variants belonging to this product */
1717
public $variants = 0;
1818

19-
/** @var int */
19+
/** @var int Number of synced Sync Variants belonging to this product */
2020
public $synced = 0;
2121

2222
/**

0 commit comments

Comments
 (0)