Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Subtotal Total Row Renderer
*
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Discount extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\DefaultTotals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Subtotal Total Row Renderer
*
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Grandtotal extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\DefaultTotals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Subtotal Total Row Renderer
*
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Shipping extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\DefaultTotals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Subtotal Total Row Renderer
*
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Subtotal extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\DefaultTotals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

/**
* Adminhtml sales order create totals table block
*
* @author Magento Core Team <[email protected]>
*/
class Table extends \Magento\Backend\Block\Template
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/**
* Tax Total Row Renderer
*
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Tax extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\DefaultTotals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* Adminhtml order creditmemo totals block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Totals extends \Magento\Sales\Block\Adminhtml\Totals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml creditmemo view
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class View extends \Magento\Backend\Block\Widget\Form\Container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml sales shipment comment view block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Comments extends \Magento\Backend\Block\Text\ListText
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Creditmemo view form
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Adminhtml invoice create form
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Adminhtml order invoice totals block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Totals extends \Magento\Sales\Block\Adminhtml\Totals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Adminhtml invoice create
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class View extends \Magento\Backend\Block\Widget\Form\Container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml sales shipment comment view block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Comments extends \Magento\Backend\Block\Text\ListText
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Invoice view form
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Sales/Block/Adminhtml/Order/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* Adminhtml sales order payment information
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Payment extends \Magento\Backend\Block\Template
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Sales/Block/Adminhtml/Order/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml sales order's status management block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Status extends \Magento\Backend\Block\Widget\Grid\Container
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Sales/Block/Adminhtml/Order/Totalbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @deprecated 101.0.6
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Totalbar extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Sales/Block/Adminhtml/Order/Totals.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml order totals block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Totals extends \Magento\Sales\Block\Adminhtml\Totals//\Magento\Sales\Block\Adminhtml\Order\AbstractOrder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Adminhtml order tax totals block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Tax extends \Magento\Tax\Block\Sales\Order\Tax
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Sales/Block/Adminhtml/Order/View/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Adminhtml sales order view plane
*
* @author Magento Core Team <[email protected]>
*/
class Form extends \Magento\Backend\Block\Template
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Edit order giftmessage block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Giftmessage extends \Magento\Backend\Block\Widget
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Order view messages
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Messages extends \Magento\Framework\View\Element\Messages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Order information tab
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Info extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder implements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Adminhtml alert queue grid block action item renderer
*
* @author Magento Core Team <[email protected]>
*/
class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Sales Adminhtml report filter form
*
* @api
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
* @since 100.0.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Sales Adminhtml report filter form for coupons report
*
* @api
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
* @since 100.0.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Sales Adminhtml report filter form order
*
* @api
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
* @since 100.0.2
*/
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Sales/Block/Adminhtml/Shipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Adminhtml sales shipments block
*
* @author Magento Core Team <[email protected]>
*/
class Shipment extends \Magento\Backend\Block\Widget\Grid\Container
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Sales/Block/Adminhtml/Transactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml sales transactions block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Transactions extends \Magento\Backend\Block\Widget\Grid\Container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Adminhtml transaction detail
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Detail extends \Magento\Backend\Block\Widget\Container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Adminhtml transaction details grid
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
Expand Down