Skip to content

Commit 2cb648b

Browse files
committed
MAGETWO-66843: API annotation coverage (Magento/Sendfriend)
1 parent 664577e commit 2cb648b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

app/code/Magento/SendFriend/Helper/Data.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* SendFriend Data Helper
1313
*
1414
* @author Magento Core Team <core@magentocommerce.com>
15+
*
16+
* @api
1517
*/
1618
class Data extends \Magento\Framework\App\Helper\AbstractHelper
1719
{

app/code/Magento/SendFriend/Model/ResourceModel/SendFriend.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* SendFriend Log Resource Model
1010
*
1111
* @author Magento Core Team <core@magentocommerce.com>
12+
*
13+
* @api
1214
*/
1315
class SendFriend extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
1416
{

app/code/Magento/SendFriend/Model/ResourceModel/SendFriend/Collection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* SendFriend log resource collection
1010
*
1111
* @author Magento Core Team <core@magentocommerce.com>
12+
*
13+
* @api
1214
*/
1315
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
1416
{

app/code/Magento/SendFriend/Model/SendFriend.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
*
2020
* @author Magento Core Team <core@magentocommerce.com>
2121
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22+
*
23+
* @api
2224
*/
2325
class SendFriend extends \Magento\Framework\Model\AbstractModel
2426
{

0 commit comments

Comments
 (0)