Skip to content

Commit 677b384

Browse files
committed
ACP2E-1569: Elasticsearch Indexer document version changes version when new/existing products are imported
1 parent 9e7037e commit 677b384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/CatalogRule/Model/Indexer/IndexBuilder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ class IndexBuilder
202202
* @param ProductLoader|null $productLoader
203203
* @param TableSwapper|null $tableSwapper
204204
* @param TimezoneInterface|null $localeDate
205-
* @param IndexerRegistry|null $indexerRegistry
206205
* @param ProductCollectionFactory|null $productCollectionFactory
206+
* @param IndexerRegistry|null $indexerRegistry
207207
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
208208
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
209209
*/
@@ -228,8 +228,8 @@ public function __construct(
228228
ProductLoader $productLoader = null,
229229
TableSwapper $tableSwapper = null,
230230
TimezoneInterface $localeDate = null,
231-
IndexerRegistry $indexerRegistry = null,
232-
ProductCollectionFactory $productCollectionFactory = null
231+
ProductCollectionFactory $productCollectionFactory = null,
232+
IndexerRegistry $indexerRegistry = null
233233
) {
234234
$this->resource = $resource;
235235
$this->connection = $resource->getConnection();

0 commit comments

Comments
 (0)