We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdf6be commit 900487aCopy full SHA for 900487a
InventoryIndexer/Plugin/Indexer/RemoveOldCatalogInventoryIndexPlugin.php
@@ -20,8 +20,9 @@ class RemoveOldCatalogInventoryIndexPlugin
20
* Remove old cataloginventory_stock index
21
*
22
* @param Config $subject
23
- * @param $result
+ * @param array $result
24
* @return array
25
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
26
*/
27
public function afterGetIndexers(
28
Config $subject,
InventoryIndexer/composer.json
@@ -9,7 +9,8 @@
9
"magento/module-inventory-api": "*",
10
"magento/module-inventory-catalog-api": "*",
11
"magento/module-inventory-sales-api": "*",
12
- "magento/module-inventory-sales": "*"
+ "magento/module-inventory-sales": "*",
13
+ "magento/module-indexer": "*"
14
},
15
"suggest": {
16
"magento/module-catalog": "*"
0 commit comments