File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
lib/internal/Magento/Framework/App/Config Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public function getFieldsetDataValue($key)
113
113
}
114
114
115
115
/**
116
- * {@inheritdoc}
116
+ * Processing object after save data
117
117
*
118
118
* {@inheritdoc}. In addition, it sets status 'invalidate' for config caches
119
119
*
@@ -129,7 +129,7 @@ public function afterSave()
129
129
}
130
130
131
131
/**
132
- * {@inheritdoc}
132
+ * Processing object after delete data
133
133
*
134
134
* {@inheritdoc}. In addition, it sets status 'invalidate' for config caches
135
135
*
Original file line number Diff line number Diff line change 9
9
10
10
/**
11
11
* Interface \Magento\Framework\App\Config\ValueInterface
12
- *
13
- * This interface cannot be marked as API since doesn't fit developers' needs of extensibility. In 2.4 we are going
12
+ *
13
+ * This interface cannot be marked as API since doesn't fit developers' needs of extensibility. In 2.4 we are going
14
14
* to introduce a new iterface which should cover all needs and deprecate the this one with the model
15
15
* {@see \Magento\Framework\App\Config\Value}
16
16
*/
@@ -23,6 +23,7 @@ interface ValueInterface
23
23
24
24
/**
25
25
* Check if config data value was changed
26
+ *
26
27
* @todo this method should be make as protected
27
28
* @return bool
28
29
*/
You can’t perform that action at this time.
0 commit comments