Skip to content

Commit f17a744

Browse files
author
Oleksii Korshenko
authored
Merge pull request #657 from magento-fearless-kiwis/FearlessKiwis-MAGETWO-62019
Fearless kiwis MAGETWO-62019 : Remove @api annotation from new Sales classes - 2.0.11
2 parents d00dcdb + 031693a commit f17a744

15 files changed

+1
-27
lines changed

app/code/Magento/Sales/Api/Data/CreditmemoCommentCreationInterface.php

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

1010
/**
1111
* Interface CreditmemoCommentCreationInterface
12-
*
13-
* @api
1412
*/
1513
interface CreditmemoCommentCreationInterface extends ExtensibleDataInterface, CommentInterface
1614
{

app/code/Magento/Sales/Api/Data/CreditmemoCreationArgumentsInterface.php

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

88
/**
99
* Interface CreditmemoCreationArgumentsInterface
10-
*
11-
* @api
1210
*/
1311
interface CreditmemoCreationArgumentsInterface
1412
{

app/code/Magento/Sales/Api/Data/CreditmemoItemCreationInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/**
1111
* Interface CreditmemoItemCreationInterface
12-
* @api
1312
*/
1413
interface CreditmemoItemCreationInterface extends LineItemInterface, ExtensibleDataInterface
1514
{

app/code/Magento/Sales/Api/Exception/CouldNotRefundExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Sales\Api\Exception;
77

88
/**
9-
* @api
9+
* Interface for CouldNotRefund Exception.
1010
*/
1111
interface CouldNotRefundExceptionInterface
1212
{

app/code/Magento/Sales/Api/RefundInvoiceInterface.php

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

88
/**
99
* Interface RefundInvoiceInterface
10-
*
11-
* @api
1210
*/
1311
interface RefundInvoiceInterface
1412
{

app/code/Magento/Sales/Api/RefundOrderInterface.php

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

88
/**
99
* Interface RefundOrderInterface
10-
*
11-
* @api
1210
*/
1311
interface RefundOrderInterface
1412
{

app/code/Magento/Sales/Model/Order/Creditmemo/Notifier.php

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

88
/**
99
* CreditMemo notifier.
10-
*
11-
* @api
1210
*/
1311
class Notifier implements \Magento\Sales\Model\Order\Creditmemo\NotifierInterface
1412
{

app/code/Magento/Sales/Model/Order/Creditmemo/NotifierInterface.php

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

88
/**
99
* Interface for CreditMemo notifier.
10-
*
11-
* @api
1210
*/
1311
interface NotifierInterface
1412
{

app/code/Magento/Sales/Model/Order/CreditmemoDocumentFactory.php

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

88
/**
99
* Class CreditmemoDocumentFactory
10-
*
11-
* @api
1210
*/
1311
class CreditmemoDocumentFactory
1412
{

app/code/Magento/Sales/Model/Order/RefundAdapterInterface.php

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

88
/**
99
* Interface RefundAdapterInterface
10-
*
11-
* @api
1210
*/
1311
interface RefundAdapterInterface
1412
{

app/code/Magento/Sales/Model/Order/Validation/InvoiceOrderInterface.php

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

1414
/**
1515
* Interface InvoiceOrderInterface
16-
*
17-
* @api
1816
*/
1917
interface InvoiceOrderInterface
2018
{

app/code/Magento/Sales/Model/Order/Validation/RefundInvoiceInterface.php

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

1313
/**
1414
* Interface RefundInvoiceInterface
15-
*
16-
* @api
1715
*/
1816
interface RefundInvoiceInterface
1917
{

app/code/Magento/Sales/Model/Order/Validation/RefundOrderInterface.php

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

1212
/**
1313
* Interface RefundOrderInterface
14-
*
15-
* @api
1614
*/
1715
interface RefundOrderInterface
1816
{

app/code/Magento/Sales/Model/Order/Validation/ShipOrderInterface.php

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

1111
/**
1212
* Interface ShipOrderInterface
13-
*
14-
* @api
1513
*/
1614
interface ShipOrderInterface
1715
{

app/code/Magento/Sales/Model/ValidatorResultInterface.php

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

88
/**
99
* Interface ValidatorResultInterface
10-
* @api
1110
*/
1211
interface ValidatorResultInterface
1312
{

0 commit comments

Comments
 (0)