File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Catalog/Model
Indexer/Product/Category/Action Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ protected function removeEntries()
161161 $ this ->getIndexTable ($ store ->getId ()),
162162 ['product_id IN (?) ' => $ this ->limitationByProducts ]
163163 );
164- };
164+ }
165165 }
166166
167167 /**
@@ -228,7 +228,7 @@ private function getCategoryIdsFromIndex(array $productIds)
228228 ->distinct ()
229229 )
230230 );
231- };
231+ }
232232 $ parentCategories = $ categoryIds ;
233233 foreach ($ categoryIds as $ categoryId ) {
234234 $ parentIds = explode ('/ ' , $ this ->getPathFromCategoryId ($ categoryId ));
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ public function getProductsPosition($category)
490490 }
491491
492492 /**
493- * Get chlden categories count
493+ * Get children categories count
494494 *
495495 * @param int $categoryId
496496 * @return int
You can’t perform that action at this time.
0 commit comments