Skip to content

Commit d83b16a

Browse files
committed
#21458: Elasticsearch 6.x support
- minor code quality improvements
1 parent b4e41fe commit d83b16a

File tree

2 files changed

+2
-3
lines changed
  • app/code/Magento/Elasticsearch6/Block/Adminhtml/System/Config
  • dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist

2 files changed

+2
-3
lines changed

app/code/Magento/Elasticsearch6/Block/Adminhtml/System/Config/TestConnection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
namespace Magento\Elasticsearch6\Block\Adminhtml\System\Config;
77

88
/**
9-
* Elasticsearch 6x test connection block
10-
* @codeCoverageIgnore
9+
* Elasticsearch 6.x test connection block
1110
*/
1211
class TestConnection extends \Magento\AdvancedSearch\Block\Adminhtml\System\Config\TestConnection
1312
{

dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ Magento/InventoryGroupedProductIndexer/Indexer
208208
Magento/Customer/Model/FileUploaderDataResolver.php
209209
Magento/Customer/Model/Customer/DataProvider.php
210210
Magento/InventoryShippingAdminUi/Ui/DataProvider
211-
Magento/Elasticsearch6/Model/Client/Elasticsearch.php
211+
Magento/Elasticsearch6/Model/Client

0 commit comments

Comments
 (0)