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 47201fe commit 81d29d0Copy full SHA for 81d29d0
app/code/Magento/CatalogInventory/Setup/UpgradeData.php
@@ -54,8 +54,7 @@ public function __construct(
54
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
55
{
56
$setup->startSetup();
57
- if (version_compare($context->getVersion(), '2.0.2') < 0)
58
- {
+ if (version_compare($context->getVersion(), '2.0.2') < 0) {
59
$this->upgradeCatalogInventoryStockItem($setup);
60
}
61
$setup->endSetup();
0 commit comments