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
202202 * @param ProductLoader|null $productLoader
203203 * @param TableSwapper|null $tableSwapper
204204 * @param TimezoneInterface|null $localeDate
205- * @param IndexerRegistry|null $indexerRegistry
206205 * @param ProductCollectionFactory|null $productCollectionFactory
206+ * @param IndexerRegistry|null $indexerRegistry
207207 * @SuppressWarnings(PHPMD.ExcessiveParameterList)
208208 * @SuppressWarnings(PHPMD.UnusedFormalParameter)
209209 */
@@ -228,8 +228,8 @@ public function __construct(
228228 ProductLoader $ productLoader = null ,
229229 TableSwapper $ tableSwapper = null ,
230230 TimezoneInterface $ localeDate = null ,
231- IndexerRegistry $ indexerRegistry = null ,
232- ProductCollectionFactory $ productCollectionFactory = null
231+ ProductCollectionFactory $ productCollectionFactory = null ,
232+ IndexerRegistry $ indexerRegistry = null
233233 ) {
234234 $ this ->resource = $ resource ;
235235 $ this ->connection = $ resource ->getConnection ();
You can’t perform that action at this time.
0 commit comments