Skip to content

Commit 9e69417

Browse files
MC-16169: Eliminate discrepancies in M2 release
1 parent 0fede7b commit 9e69417

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)