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 196025f commit 90c36dcCopy full SHA for 90c36dc
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/BatchSizeCalculator.php
@@ -43,10 +43,10 @@ class BatchSizeCalculator
43
private const DEPLOYMENT_CONFIG_INDEXER_BATCHES = 'indexer/batch_size/';
44
45
/**
46
- * BatchSizeCalculator constructor.
47
* @param array $batchRowsCount
48
* @param array $estimators
49
* @param array $batchSizeAdjusters
+ * @param DeploymentConfig|null $deploymentConfig
50
*/
51
public function __construct(
52
array $batchRowsCount,
0 commit comments