Skip to content
Snippets Groups Projects
Commit 1fee018a authored by Olexandr Lysenko's avatar Olexandr Lysenko
Browse files

Merge remote-tracking branch 'origin/MAGETWO-59074' into bugfixes

parents f550570b 38ecb6e3
Branches
No related merge requests found
...@@ -50,10 +50,12 @@ class RefundOrderInventoryObserver implements ObserverInterface ...@@ -50,10 +50,12 @@ class RefundOrderInventoryObserver implements ObserverInterface
private $orderRepository; private $orderRepository;
/** /**
* RefundOrderInventoryObserver constructor.
* @param StockConfigurationInterface $stockConfiguration * @param StockConfigurationInterface $stockConfiguration
* @param StockManagementInterface $stockManagement * @param StockManagementInterface $stockManagement
* @param \Magento\CatalogInventory\Model\Indexer\Stock\Processor $stockIndexerProcessor * @param \Magento\CatalogInventory\Model\Indexer\Stock\Processor $stockIndexerProcessor
* @param \Magento\Catalog\Model\Indexer\Product\Price\Processor $priceIndexer * @param \Magento\Catalog\Model\Indexer\Product\Price\Processor $priceIndexer
* @param \Magento\Framework\App\ObjectManager $returnProcessor
*/ */
public function __construct( public function __construct(
StockConfigurationInterface $stockConfiguration, StockConfigurationInterface $stockConfiguration,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment