Skip to content

Commit 410ab93

Browse files
committed
Remove forbidden @author tag
1 parent 4a41ec4 commit 410ab93

File tree

32 files changed

+0
-50
lines changed

32 files changed

+0
-50
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/**
1111
* Abstract block for display sales (quote/order/invoice etc.) items
1212
*
13-
* @author Magento Core Team <core@magentocommerce.com>
1413
* @SuppressWarnings(PHPMD.NumberOfChildren)
1514
*/
1615
class AbstractItems extends \Magento\Framework\View\Element\Template

app/code/Magento/Sales/Block/Order/Creditmemo.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Sales order view block
1212
*
1313
* @api
14-
* @author Magento Core Team <core@magentocommerce.com>
1514
* @since 100.0.2
1615
*/
1716
class Creditmemo extends \Magento\Sales\Block\Order\Creditmemo\Items

app/code/Magento/Sales/Block/Order/Email/Creditmemo/Items.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* Sales Order Email creditmemo items
1717
*
1818
* @api
19-
* @author Magento Core Team <core@magentocommerce.com>
2019
* @since 100.0.2
2120
*/
2221
class Items extends \Magento\Sales\Block\Items\AbstractItems

app/code/Magento/Sales/Block/Order/Email/Items.php

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

77
/**
88
* Sales Order Email order items
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Sales\Block\Order\Email;
1311

app/code/Magento/Sales/Block/Order/Email/Items/DefaultItems.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Sales Order Email items default renderer
1818
*
1919
* @api
20-
* @author Magento Core Team <core@magentocommerce.com>
2120
* @since 100.0.2
2221
*/
2322
class DefaultItems extends Template

app/code/Magento/Sales/Block/Order/Email/Items/Order/DefaultOrder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Sales Order Email items default renderer
1313
*
1414
* @api
15-
* @author Magento Core Team <core@magentocommerce.com>
1615
* @since 100.0.2
1716
*/
1817
class DefaultOrder extends \Magento\Framework\View\Element\Template

app/code/Magento/Sales/Block/Order/Info.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* Invoice view comments form
1616
*
1717
* @api
18-
* @author Magento Core Team <core@magentocommerce.com>
1918
* @since 100.0.2
2019
*/
2120
class Info extends \Magento\Framework\View\Element\Template

app/code/Magento/Sales/Block/Order/Invoice/Items.php

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

77
/**
88
* Sales order view items block
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Sales\Block\Order\Invoice;
1311

app/code/Magento/Sales/Block/Order/Items.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* @author Magento Core Team <core@magentocommerce.com>
9-
*/
107
namespace Magento\Sales\Block\Order;
118

129
use Magento\Framework\App\ObjectManager;

app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/**
1515
* Adminhtml sales orders creation process controller
1616
*
17-
* @author Magento Core Team <core@magentocommerce.com>
1817
* @SuppressWarnings(PHPMD.NumberOfChildren)
1918
* @SuppressWarnings(PHPMD.AllPurposeAction)
2019
*/

0 commit comments

Comments
 (0)