Skip to content

Commit 80ad393

Browse files
committed
MAGETWO-65146: Batch data processing for EAV indexer implementation
1 parent cc218d0 commit 80ad393

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Full.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function execute($ids = null)
7777
);
7878

7979
foreach ($batches as $batch) {
80-
/** @var $select */
80+
/** @var \Magento\Framework\DB\Select $select */
8181
$select = $connection->select();
8282
$select->distinct(true);
8383
$select->from(['e' => $entityMetadata->getEntityTable()], $entityMetadata->getIdentifierField());

0 commit comments

Comments
 (0)