File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price
Downloadable/Model/ResourceModel/Indexer Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ class Configurable implements DimensionalIndexerInterface
78
78
* @param TableMaintainer $tableMaintainer
79
79
* @param MetadataPool $metadataPool
80
80
* @param \Magento\Framework\App\ResourceConnection $resource
81
- * @param string $fullReindexAction
81
+ * @param BasePriceModifier $basePriceModifier
82
+ * @param bool $fullReindexAction
82
83
* @param string $connectionName
83
84
* @param string $productType
84
- * @param array $priceModifiers
85
85
*/
86
86
public function __construct (
87
87
BaseFinalPrice $ baseFinalPrice ,
Original file line number Diff line number Diff line change @@ -291,8 +291,11 @@ private function getTable($tableName)
291
291
* @throws \Magento\Framework\Exception\LocalizedException
292
292
* @throws \Zend_Db_Select_Exception
293
293
*/
294
- private function fillFinalPrice (array $ dimensions , \Traversable $ entityIds , IndexTableStructure $ temporaryPriceTable )
295
- {
294
+ private function fillFinalPrice (
295
+ array $ dimensions ,
296
+ \Traversable $ entityIds ,
297
+ IndexTableStructure $ temporaryPriceTable
298
+ ) {
296
299
$ select = $ this ->baseFinalPrice ->getQuery ($ dimensions , $ this ->productType , iterator_to_array ($ entityIds ));
297
300
$ query = $ select ->insertFromSelect ($ temporaryPriceTable ->getTableName (), [], false );
298
301
$ this ->tableMaintainer ->getConnection ()->query ($ query );
You can’t perform that action at this time.
0 commit comments