Skip to content

Commit 17ffdc7

Browse files
committed
B2B-2463: Improve custom attributes metadata fetching for category models in graphql
- static test fixes
1 parent d92799e commit 17ffdc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/Catalog/Model/Category/AttributeRepository.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(
5353
}
5454

5555
/**
56-
* {@inheritdoc}
56+
* @inheritdoc
5757
*/
5858
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
5959
{
@@ -64,7 +64,7 @@ public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCr
6464
}
6565

6666
/**
67-
* {@inheritdoc}
67+
* @inheritdoc
6868
*/
6969
public function get($attributeCode)
7070
{
@@ -75,7 +75,8 @@ public function get($attributeCode)
7575
}
7676

7777
/**
78-
* {@inheritdoc}
78+
* @inheritdoc
79+
*
7980
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
8081
*/
8182
public function getCustomAttributesMetadata($dataObjectClassName = null)

0 commit comments

Comments
 (0)