Skip to content

Commit 643d3ca

Browse files
committed
Merge remote-tracking branch 'mainline/develop' into MAGETWO-66374
2 parents a5d1a37 + 33261e7 commit 643d3ca

File tree

41 files changed

+262
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+262
-50
lines changed

app/code/Magento/Sales/Block/Adminhtml/Items/AbstractItems.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/**
1212
* Abstract items renderer
1313
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
14+
* @api
1415
*/
1516
class AbstractItems extends \Magento\Backend\Block\Template
1617
{

app/code/Magento/Sales/Model/Config/Ordered.php

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

1111
/**
1212
* Configuration class for ordered items
13+
* @api
1314
*
1415
* @author Magento Core Team <core@magentocommerce.com>
1516
*/

app/code/Magento/Sales/Model/Config/Source/Order/Status.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
*/
1010
namespace Magento\Sales\Model\Config\Source\Order;
1111

12+
/**
13+
* Class Status
14+
* @api
15+
*/
1216
class Status implements \Magento\Framework\Option\ArrayInterface
1317
{
1418
const UNDEFINED_OPTION_LABEL = '-- Please Select --';

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

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

8+
/**
9+
* Interface ConfigInterface
10+
* @api
11+
*/
812
interface ConfigInterface
913
{
1014
/**

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

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

99
/**
1010
* Interface EntityInterface
11+
* @api
1112
*/
1213
interface EntityInterface
1314
{

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

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

1010
/**
1111
* Class Increment
12+
* @deprecated
1213
*/
1314
class Increment
1415
{

app/code/Magento/Sales/Model/Order/Address/Renderer.php

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

1313
/**
1414
* Class Renderer used for formatting an order address
15+
* @api
1516
*/
1617
class Renderer
1718
{

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

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

88
/**
99
* Order configuration model
10+
* @api
1011
*/
1112
class Config
1213
{

app/code/Magento/Sales/Model/Order/Creditmemo/Total/AbstractTotal.php

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

88
/**
99
* Base class for credit memo total
10+
* @api
1011
*
1112
* @author Magento Core Team <core@magentocommerce.com>
1213
*/

app/code/Magento/Sales/Model/Order/Email/Container/Container.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
use Magento\Store\Model\Store;
1010
use Magento\Store\Model\StoreManagerInterface;
1111

12+
/**
13+
* Class Container
14+
*
15+
* @api
16+
*/
1217
abstract class Container implements IdentityInterface
1318
{
1419
/**

0 commit comments

Comments
 (0)