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 035800e commit 1951578Copy full SHA for 1951578
app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePrice.php
@@ -41,10 +41,7 @@ public function __construct(
41
}
42
43
/**
44
- * Modified modify meta for bundle product
45
- *
46
- * @param array $meta
47
- * @return array
+ * @inheritdoc
48
*/
49
public function modifyMeta(array $meta)
50
{
@@ -97,10 +94,7 @@ public function modifyMeta(array $meta)
97
94
98
95
99
96
100
- * Modify data for bundle product
101
102
- * @param array $data
103
104
105
public function modifyData(array $data)
106
0 commit comments