We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d0911 commit 0f61d72Copy full SHA for 0f61d72
1 file changed
src/elements/Product.php
@@ -1167,9 +1167,9 @@ public function getCheapestVariant(bool $includeDisabled = false): ?Variant
1167
}
1168
1169
/**
1170
- * Returns an array of the product's variants.
+ * Returns a collection of the product's variants.
1171
*
1172
- * @param bool $includeDisabled
+ * @param bool|null $includeDisabled
1173
* @return VariantCollection
1174
* @throws InvalidConfigException
1175
*/
0 commit comments