Skip to content

Commit a70d66b

Browse files
committed
Fix static test
1 parent 72098ed commit a70d66b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/CatalogSearch/Setup/Patch/Data/SetInitialSearchWeightForAttributes.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66

77
namespace Magento\CatalogSearch\Setup\Patch\Data;
88

9+
use Magento\Catalog\Api\ProductAttributeRepositoryInterface;
910
use Magento\Framework\App\State;
11+
use Magento\Framework\Indexer\IndexerInterfaceFactory;
1012
use Magento\Framework\Setup\Patch\DataPatchInterface;
1113
use Magento\Framework\Setup\Patch\PatchVersionInterface;
12-
use Magento\Framework\Indexer\IndexerInterfaceFactory;
13-
use Magento\Catalog\Api\ProductAttributeRepositoryInterface;
1414

1515
/**
16-
* This patch sets up search weight for the product's system attributes.
17-
* Reindex required after patch applying.
16+
* This patch sets up search weight for the product's system attributes, reindex required after patch applying.
1817
*
1918
* @deprecated
2019
* @see \Magento\ElasticSearch
2120
*/
2221
class SetInitialSearchWeightForAttributes implements DataPatchInterface, PatchVersionInterface
2322
{
23+
2424
/**
2525
* @var IndexerInterfaceFactory
2626
*/

0 commit comments

Comments
 (0)