Skip to content

Commit 1fee018

Browse files
author
Olexandr Lysenko
committed
Merge remote-tracking branch 'origin/MAGETWO-59074' into bugfixes
2 parents f550570 + 38ecb6e commit 1fee018

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/SalesInventory/Observer/RefundOrderInventoryObserver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ class RefundOrderInventoryObserver implements ObserverInterface
5050
private $orderRepository;
5151

5252
/**
53+
* RefundOrderInventoryObserver constructor.
5354
* @param StockConfigurationInterface $stockConfiguration
5455
* @param StockManagementInterface $stockManagement
5556
* @param \Magento\CatalogInventory\Model\Indexer\Stock\Processor $stockIndexerProcessor
5657
* @param \Magento\Catalog\Model\Indexer\Product\Price\Processor $priceIndexer
58+
* @param \Magento\Framework\App\ObjectManager $returnProcessor
5759
*/
5860
public function __construct(
5961
StockConfigurationInterface $stockConfiguration,

0 commit comments

Comments
 (0)