We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92713f commit 62b577cCopy full SHA for 62b577c
app/code/Magento/ConfigurableProduct/Ui/DataProvider/Attributes.php
@@ -36,7 +36,8 @@ public function __construct(
36
$this->collection = $configurableAttributeHandler->getApplicableAttributes();
37
}
38
39
- /**
+ /** Getting the prdouct attribute collection.
40
+ *
41
* @return \Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection
42
*/
43
public function getCollection()
@@ -45,7 +46,7 @@ public function getCollection()
45
46
47
48
/**
- * {@inheritdoc}
49
+ * @inheritdoc
50
51
public function getData()
52
{
0 commit comments