Skip to content

Commit acd2143

Browse files
committed
MAGETWO-66844: API annotation coverage (Magento/Wishlist)
1 parent 2cb648b commit acd2143

File tree

15 files changed

+37
-1
lines changed

15 files changed

+37
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
*
1414
* @author Magento Core Team <core@magentocommerce.com>
1515
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
16+
*
17+
* @api
1618
*/
1719
class Data extends \Magento\Framework\App\Helper\AbstractHelper
1820
{

app/code/Magento/Wishlist/Helper/Rss.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
/**
1010
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
11+
*
12+
* @api
1113
*/
1214
class Rss extends \Magento\Wishlist\Helper\Data
1315
{

app/code/Magento/Wishlist/Model/AuthenticationStateInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*/
77
namespace Magento\Wishlist\Model;
88

9+
/**
10+
* @api
11+
*/
912
interface AuthenticationStateInterface
1013
{
1114
/**

app/code/Magento/Wishlist/Model/Item.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
* @method string getDescription()
3333
* @method \Magento\Wishlist\Model\Item setDescription(string $value)
3434
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
35+
*
36+
* @api
3537
*/
3638
class Item extends AbstractModel implements ItemInterface
3739
{

app/code/Magento/Wishlist/Model/Item/Option.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
/**
1313
* Item option model
1414
* @method int getProductId()
15+
*
16+
* @api
1517
*/
1618
class Option extends \Magento\Framework\Model\AbstractModel implements
1719
\Magento\Catalog\Model\Product\Configuration\Item\Option\OptionInterface

app/code/Magento/Wishlist/Model/ItemCarrier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
22
/**
33
*
44
* Copyright © Magento, Inc. All rights reserved.

app/code/Magento/Wishlist/Model/LocaleQuantityProcessor.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*/
77
namespace Magento\Wishlist\Model;
88

9+
/**
10+
* @api
11+
*/
912
class LocaleQuantityProcessor
1013
{
1114
/**

app/code/Magento/Wishlist/Model/ResourceModel/Item.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
namespace Magento\Wishlist\Model\ResourceModel;
1313

14+
/**
15+
* @api
16+
*/
1417
class Item extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
1518
{
1619
/**

app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* Wishlist item collection
1313
* @SuppressWarnings(PHPMD.TooManyFields)
1414
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15+
*
16+
* @api
1517
*/
1618
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
1719
{

app/code/Magento/Wishlist/Model/ResourceModel/Item/Option.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
namespace Magento\Wishlist\Model\ResourceModel\Item;
1313

14+
/**
15+
* @api
16+
*/
1417
class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
1518
{
1619
/**

0 commit comments

Comments
 (0)