File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
/**
9
9
* Option price interface
10
+ * @api
10
11
*/
11
12
interface BundleOptionPriceInterface
12
13
{
Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ protected function buildLink($resourceData)
121
121
}
122
122
123
123
/**
124
- * Subroutine for buildLink and buildSample
124
+ * Subroutine for build link
125
125
*
126
- * @param \Magento\Downloadable\Model\Link|\Magento\Downloadable\Model\Sample $resourceData
127
- * @param \Magento\Downloadable\Api\Data\LinkInterface|\Magento\Downloadable\Api\Data\SampleInterface $dataObject
126
+ * @param \Magento\Downloadable\Model\Link $resourceData
127
+ * @param \Magento\Downloadable\Api\Data\LinkInterface $dataObject
128
128
* @return null
129
129
*/
130
130
protected function setBasicFields ($ resourceData , $ dataObject )
You can’t perform that action at this time.
0 commit comments