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 83f999c commit a0e3867Copy full SHA for a0e3867
app/code/Magento/Elasticsearch8/Model/Client/Elasticsearch.php
@@ -60,7 +60,7 @@ class Elasticsearch implements ClientInterface
60
*/
61
public function __construct(
62
array $options = [],
63
- $elasticsearchClient = null,
+ ?Client $elasticsearchClient = null,
64
array $fieldsMappingPreprocessors = [],
65
?DynamicTemplatesProvider $dynamicTemplatesProvider = null
66
) {
0 commit comments