Skip to content

Commit 2a3a2e6

Browse files
committed
[MCP-584] Update comments
1 parent 5b23fe8 commit 2a3a2e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Quote/Model/Config.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
use Magento\Framework\App\Config\ScopeConfigInterface;
1111

1212
/**
13-
* Class Config
14-
* Check if inventory check on quote items load is enabled
13+
* Config for inventory check on quote items load
1514
* @package Magento\Quote\Model
1615
*/
1716
class Config
@@ -31,7 +30,7 @@ public function __construct(ScopeConfigInterface $config)
3130
}
3231

3332
/**
34-
* Check if Inventory check is disabled
33+
* Check if Inventory check is enabled
3534
* @return bool
3635
*/
3736
public function isEnabled(): bool

0 commit comments

Comments
 (0)