Skip to content

Commit a1121bf

Browse files
committed
ACP2E-72: Search results suggestion give total count of 0 even though there are products
- Fixed the static test failure.
1 parent 5eef914 commit a1121bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Elasticsearch/Model/DataProvider/Base/Suggestions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ class Suggestions implements SuggestedQueriesInterface
9292
* @param LoggerInterface|null $logger
9393
* @param Builder|null $requestBuilder
9494
* @param SearchEngineInterface|null $searchEngine
95+
*
96+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
9597
*/
9698
public function __construct(
9799
ScopeConfigInterface $scopeConfig,

0 commit comments

Comments
 (0)