Skip to content

Commit 6b54a16

Browse files
committed
MAGETWO-94152: Unable to use an attribute with a source model to generate simple products for a configurable
1 parent 8a84112 commit 6b54a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Attribute/OptionSelectBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(Attribute $attributeResource, OptionProvider $attrib
4040
}
4141

4242
/**
43-
* {@inheritdoc}
43+
* @inheritdoc
4444
*/
4545
public function getSelect(AbstractAttribute $superAttribute, int $productId, ScopeInterface $scope)
4646
{

0 commit comments

Comments
 (0)