File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/CatalogRule/Model/Indexer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ class IndexBuilder
202
202
* @param ProductLoader|null $productLoader
203
203
* @param TableSwapper|null $tableSwapper
204
204
* @param TimezoneInterface|null $localeDate
205
- * @param IndexerRegistry|null $indexerRegistry
206
205
* @param ProductCollectionFactory|null $productCollectionFactory
206
+ * @param IndexerRegistry|null $indexerRegistry
207
207
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
208
208
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
209
209
*/
@@ -228,8 +228,8 @@ public function __construct(
228
228
ProductLoader $ productLoader = null ,
229
229
TableSwapper $ tableSwapper = null ,
230
230
TimezoneInterface $ localeDate = null ,
231
- IndexerRegistry $ indexerRegistry = null ,
232
- ProductCollectionFactory $ productCollectionFactory = null
231
+ ProductCollectionFactory $ productCollectionFactory = null ,
232
+ IndexerRegistry $ indexerRegistry = null
233
233
) {
234
234
$ this ->resource = $ resource ;
235
235
$ this ->connection = $ resource ->getConnection ();
You can’t perform that action at this time.
0 commit comments