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 5eef914 commit a1121bfCopy full SHA for a1121bf
app/code/Magento/Elasticsearch/Model/DataProvider/Base/Suggestions.php
@@ -92,6 +92,8 @@ class Suggestions implements SuggestedQueriesInterface
92
* @param LoggerInterface|null $logger
93
* @param Builder|null $requestBuilder
94
* @param SearchEngineInterface|null $searchEngine
95
+ *
96
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
97
*/
98
public function __construct(
99
ScopeConfigInterface $scopeConfig,
0 commit comments