Skip to content

Commit 900487a

Browse files
Added dependencies
1 parent afdf6be commit 900487a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

InventoryIndexer/Plugin/Indexer/RemoveOldCatalogInventoryIndexPlugin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ class RemoveOldCatalogInventoryIndexPlugin
2020
* Remove old cataloginventory_stock index
2121
*
2222
* @param Config $subject
23-
* @param $result
23+
* @param array $result
2424
* @return array
25+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2526
*/
2627
public function afterGetIndexers(
2728
Config $subject,

InventoryIndexer/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"magento/module-inventory-api": "*",
1010
"magento/module-inventory-catalog-api": "*",
1111
"magento/module-inventory-sales-api": "*",
12-
"magento/module-inventory-sales": "*"
12+
"magento/module-inventory-sales": "*",
13+
"magento/module-indexer": "*"
1314
},
1415
"suggest": {
1516
"magento/module-catalog": "*"

0 commit comments

Comments
 (0)