Skip to content

Commit 2d6b749

Browse files
author
Oleksandr Iegorov
committed
ACP2E-470: Products Aggregate for GraphQL returning data for all stores
1 parent 40dbaf2 commit 2d6b749

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder

1 file changed

+3
-1
lines changed

app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder/Category.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
use Magento\CatalogGraphQl\DataProvider\Product\LayeredNavigation\Builder\Aggregations;
2121

2222
/**
23-
* @inheritdoc
23+
* Category layer builder
24+
*
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2426
*/
2527
class Category implements LayerBuilderInterface
2628
{

0 commit comments

Comments
 (0)