Skip to content

Commit e079a3d

Browse files
author
Oleksii Korshenko
authored
MAGETWO-66759: Fix small typo #5671
2 parents 097adfc + de2f728 commit e079a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Type/AbstractType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public function getSpecifyOptionMessage()
576576
*/
577577
protected function _prepareOptions(\Magento\Framework\DataObject $buyRequest, $product, $processMode)
578578
{
579-
$transport = new \StdClass();
579+
$transport = new \stdClass();
580580
$transport->options = [];
581581
$options = null;
582582
if ($product->getHasOptions()) {

0 commit comments

Comments
 (0)