Skip to content

Commit 07b9e1a

Browse files
Merge pull request #4166 from magento-qwerty/MC-16169
Fixed issues: - MC-16169: Eliminate discrepancies in M2 release
2 parents 15db5bf + 3568c9b commit 07b9e1a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Product/View/Options/Type

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Product/View/Options/Type/Select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct(
5858
*
5959
* @return string
6060
*/
61-
public function getValuesHtml()
61+
public function getValuesHtml(): string
6262
{
6363
$option = $this->getOption();
6464
$optionType = $option->getType();

0 commit comments

Comments
 (0)