Skip to content

Commit c0863cc

Browse files
authored
Fixed static test failures
1 parent 98388d0 commit c0863cc

File tree

1 file changed

+0
-8
lines changed
  • app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock

1 file changed

+0
-8
lines changed

app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/DefaultStock.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,16 @@
2727
class 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;

0 commit comments

Comments
 (0)