Skip to content

Commit d7d70e9

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to SalesRule module
1 parent 991849d commit d7d70e9

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

app/code/Magento/SalesRule/Helper/Coupon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Helper for coupon codes creating and managing
1313
*
14-
* @author Magento Core Team <core@magentocommerce.com>
14+
* @api
1515
*/
1616
class Coupon extends \Magento\Framework\App\Helper\AbstractHelper
1717
{

app/code/Magento/SalesRule/Model/Coupon/CodegeneratorInterface.php

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

8+
/**
9+
* @api
10+
*/
811
interface CodegeneratorInterface
912
{
1013
/**

app/code/Magento/SalesRule/Model/Rule/Action/Discount/DiscountInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\SalesRule\Model\Rule\Action\Discount;
77

8+
/**
9+
* @api
10+
*/
811
interface DiscountInterface
912
{
1013
/**

app/code/Magento/SalesRule/Model/Spi/CouponResourceInterface.php

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

88
/**
99
* Interface ResourceInterface
10+
*
11+
* @api
1012
*/
1113
interface CouponResourceInterface
1214
{

0 commit comments

Comments
 (0)