Skip to content

Commit 0f61d72

Browse files
committed
Fix variants docblock
1 parent 60d0911 commit 0f61d72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/elements/Product.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,9 +1167,9 @@ public function getCheapestVariant(bool $includeDisabled = false): ?Variant
11671167
}
11681168

11691169
/**
1170-
* Returns an array of the product's variants.
1170+
* Returns a collection of the product's variants.
11711171
*
1172-
* @param bool $includeDisabled
1172+
* @param bool|null $includeDisabled
11731173
* @return VariantCollection
11741174
* @throws InvalidConfigException
11751175
*/

0 commit comments

Comments
 (0)