Skip to content

Commit 0a454ea

Browse files
committed
MCP-811: Performance Optimization for EE Catalog GraphQL
- Fix static tests;
1 parent 036b661 commit 0a454ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Elasticsearch/SearchAdapter/ResponseFactory.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Magento\Framework\ObjectManagerInterface;
99

1010
/**
11-
* Response Factory
11+
* Query Response Factory
1212
* @api
1313
* @since 100.1.0
1414
*/
@@ -23,15 +23,15 @@ class ResponseFactory
2323
protected $objectManager;
2424

2525
/**
26-
* Document Factory
26+
* Document Factory to create Search Document instance
2727
*
2828
* @var DocumentFactory
2929
* @since 100.1.0
3030
*/
3131
protected $documentFactory;
3232

3333
/**
34-
* Aggregation Factory
34+
* Aggregation Factory to create Aggregation instance
3535
*
3636
* @var AggregationFactory
3737
* @since 100.1.0

0 commit comments

Comments
 (0)