Skip to content

Commit de9ca56

Browse files
#25055: Backward compatibility fix.
1 parent 90ca5f0 commit de9ca56

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
@@ -346,7 +346,7 @@ public function setProduct(Product $product = null)
346346
* @param string|null $type
347347
* @return string
348348
*/
349-
public function getGroupByType($type = null): string
349+
public function getGroupByType($type = null)
350350
{
351351
if ($type === null) {
352352
$type = $this->getType();

0 commit comments

Comments
 (0)