Skip to content

Commit 62b577c

Browse files
committed
ACP2E-55: Simple only global attributes make configurable attributes hidden when creating product configurations
- Fixed the static test error.
1 parent b92713f commit 62b577c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/ConfigurableProduct/Ui/DataProvider/Attributes.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public function __construct(
3636
$this->collection = $configurableAttributeHandler->getApplicableAttributes();
3737
}
3838

39-
/**
39+
/** Getting the prdouct attribute collection.
40+
*
4041
* @return \Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection
4142
*/
4243
public function getCollection()
@@ -45,7 +46,7 @@ public function getCollection()
4546
}
4647

4748
/**
48-
* {@inheritdoc}
49+
* @inheritdoc
4950
*/
5051
public function getData()
5152
{

0 commit comments

Comments
 (0)