Skip to content

Commit 66c5dd3

Browse files
committed
- fix nullable
1 parent aecba8d commit 66c5dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/objects/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ class Product
335335

336336
/**
337337
* The category node id history of the main sales rank (format: timestamp, categoryId, […]). null if not available.
338-
* @var int[]
338+
* @var int[]|null
339339
*/
340340
public $salesRankReferenceHistory = null;
341341

0 commit comments

Comments
 (0)