We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc218d0 commit 80ad393Copy full SHA for 80ad393
app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Full.php
@@ -77,7 +77,7 @@ public function execute($ids = null)
77
);
78
79
foreach ($batches as $batch) {
80
- /** @var $select */
+ /** @var \Magento\Framework\DB\Select $select */
81
$select = $connection->select();
82
$select->distinct(true);
83
$select->from(['e' => $entityMetadata->getEntityTable()], $entityMetadata->getIdentifierField());
0 commit comments