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 3da67aa commit bb690b9Copy full SHA for bb690b9
app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Rows.php
@@ -55,6 +55,7 @@ class Rows extends \Magento\Catalog\Model\Indexer\Product\Price\AbstractAction
55
* @param DimensionCollectionFactory|null $dimensionCollectionFactory
56
* @param TableMaintainer|null $tableMaintainer
57
* @param int|null $batchSize
58
+ * @param CacheContext|null $cacheContext
59
* @SuppressWarnings(PHPMD.NPathComplexity) Added to backward compatibility with abstract class
60
* @SuppressWarnings(PHPMD.CyclomaticComplexity) Added to backward compatibility with abstract class
61
* @SuppressWarnings(PHPMD.ExcessiveParameterList) Added to backward compatibility with abstract class
0 commit comments