Skip to content

Commit fa8bbd7

Browse files
author
Andrii Kasian
committed
MAGETWO-32622: Define Public API
1 parent d23ff66 commit fa8bbd7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/code/Magento/Bundle/Pricing/Price/BundleOptionPriceInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Option price interface
10+
* @api
1011
*/
1112
interface BundleOptionPriceInterface
1213
{

app/code/Magento/Downloadable/Model/LinkRepository.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ protected function buildLink($resourceData)
121121
}
122122

123123
/**
124-
* Subroutine for buildLink and buildSample
124+
* Subroutine for build link
125125
*
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
128128
* @return null
129129
*/
130130
protected function setBasicFields($resourceData, $dataObject)

0 commit comments

Comments
 (0)