File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/CatalogInventory/Observer Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
namespace Magento \CatalogInventory \Observer ;
8
8
9
- use Magento \CatalogInventory \Model \Configuration ;
10
- use Magento \Framework \Event \ObserverInterface ;
11
9
use Magento \CatalogInventory \Api \StockManagementInterface ;
10
+ use Magento \CatalogInventory \Model \Configuration ;
12
11
use Magento \Framework \Event \Observer as EventObserver ;
12
+ use Magento \Framework \Event \ObserverInterface ;
13
13
14
14
/**
15
15
* Catalog inventory module observer
@@ -32,6 +32,7 @@ class CancelOrderItemObserver implements ObserverInterface
32
32
protected $ priceIndexer ;
33
33
34
34
/**
35
+ * @param Configuration $configuration
35
36
* @param StockManagementInterface $stockManagement
36
37
* @param \Magento\Catalog\Model\Indexer\Product\Price\Processor $priceIndexer
37
38
*/
You can’t perform that action at this time.
0 commit comments