Skip to content

Commit 918c9c2

Browse files
committed
Fix Value model description
1 parent 34e1041 commit 918c9c2

File tree

1 file changed

+4
-0
lines changed
  • lib/internal/Magento/Framework/App/Config

1 file changed

+4
-0
lines changed

lib/internal/Magento/Framework/App/Config/Value.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
/**
99
* Config data model
1010
*
11+
* This model is temporarily marked as API since {@see \Magento\Framework\App\Config\ValueInterface} doesn't fit
12+
* developers' needs of extensibility. In 2.4 we are going to introduce a new iterface which should cover all needs
13+
* and deprecate the mentioned together with the model
14+
*
1115
* @method string getScope()
1216
* @method \Magento\Framework\App\Config\ValueInterface setScope(string $value)
1317
* @method int getScopeId()

0 commit comments

Comments
 (0)