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 27
27
class DefaultStock extends AbstractIndexer implements StockInterface
28
28
{
29
29
/**
30
- * Current Product Type Id
31
- *
32
30
* @var string
33
31
*/
34
32
protected $ _typeId ;
35
33
36
34
/**
37
- * Product Type is composite flag
38
- *
39
35
* @var bool
40
36
*/
41
37
protected $ _isComposite = false ;
42
38
43
39
/**
44
- * Core store config
45
- *
46
40
* @var \Magento\Framework\App\Config\ScopeConfigInterface
47
41
*/
48
42
protected $ _scopeConfig ;
@@ -59,8 +53,6 @@ class DefaultStock extends AbstractIndexer implements StockInterface
59
53
protected $ stockConfiguration ;
60
54
61
55
/**
62
- * Param for switching logic which depends on action type (full reindex or partial)
63
- *
64
56
* @var string
65
57
*/
66
58
private $ actionType ;
You can’t perform that action at this time.
0 commit comments