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 d92799e commit 17ffdc7Copy full SHA for 17ffdc7
app/code/Magento/Catalog/Model/Category/AttributeRepository.php
@@ -53,7 +53,7 @@ public function __construct(
53
}
54
55
/**
56
- * {@inheritdoc}
+ * @inheritdoc
57
*/
58
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
59
{
@@ -64,7 +64,7 @@ public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCr
64
65
66
67
68
69
public function get($attributeCode)
70
@@ -75,7 +75,8 @@ public function get($attributeCode)
75
76
77
78
79
+ *
80
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
81
82
public function getCustomAttributesMetadata($dataObjectClassName = null)
0 commit comments