Skip to content

Commit 1951578

Browse files
Reverting inherit doc as suggested by reviewer
1 parent 035800e commit 1951578

File tree

1 file changed

+2
-8
lines changed
  • app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier

1 file changed

+2
-8
lines changed

app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePrice.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ public function __construct(
4141
}
4242

4343
/**
44-
* Modified modify meta for bundle product
45-
*
46-
* @param array $meta
47-
* @return array
44+
* @inheritdoc
4845
*/
4946
public function modifyMeta(array $meta)
5047
{
@@ -97,10 +94,7 @@ public function modifyMeta(array $meta)
9794
}
9895

9996
/**
100-
* Modify data for bundle product
101-
*
102-
* @param array $data
103-
* @return array
97+
* @inheritdoc
10498
*/
10599
public function modifyData(array $data)
106100
{

0 commit comments

Comments
 (0)