Skip to content

Commit 97bb4b7

Browse files
Update Option.php
Update doc block for getGroupByType method
1 parent e0c65b7 commit 97bb4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public function setProduct(Product $product = null)
343343
/**
344344
* Get group name of option by given option type
345345
*
346-
* @param string|null $type
346+
* @param string $type
347347
* @return string
348348
*/
349349
public function getGroupByType($type = null)

0 commit comments

Comments
 (0)