File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2727class DefaultStock extends AbstractIndexer implements StockInterface
2828{
2929 /**
30- * Current Product Type Id
31- *
3230 * @var string
3331 */
3432 protected $ _typeId ;
3533
3634 /**
37- * Product Type is composite flag
38- *
3935 * @var bool
4036 */
4137 protected $ _isComposite = false ;
4238
4339 /**
44- * Core store config
45- *
4640 * @var \Magento\Framework\App\Config\ScopeConfigInterface
4741 */
4842 protected $ _scopeConfig ;
@@ -59,8 +53,6 @@ class DefaultStock extends AbstractIndexer implements StockInterface
5953 protected $ stockConfiguration ;
6054
6155 /**
62- * Param for switching logic which depends on action type (full reindex or partial)
63- *
6456 * @var string
6557 */
6658 private $ actionType ;
You can’t perform that action at this time.
0 commit comments