Skip to content

Commit a0e3867

Browse files
committed
AC-13818::Make ES8 to be default for 2.4.8 instead of ES7
1 parent 83f999c commit a0e3867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Elasticsearch8/Model/Client/Elasticsearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Elasticsearch implements ClientInterface
6060
*/
6161
public function __construct(
6262
array $options = [],
63-
$elasticsearchClient = null,
63+
?Client $elasticsearchClient = null,
6464
array $fieldsMappingPreprocessors = [],
6565
?DynamicTemplatesProvider $dynamicTemplatesProvider = null
6666
) {

0 commit comments

Comments
 (0)