Skip to content

Commit bbf1a0f

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

File tree

30 files changed

+0
-51
lines changed

30 files changed

+0
-51
lines changed

app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Flat sales order creditmemo collection
1313
*
1414
* @api
15-
* @author Magento Core Team <[email protected]>
1615
* @since 100.0.2
1716
*/
1817
class Collection extends AbstractCollection implements CreditmemoSearchResultInterface

app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Comment.php

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

1212
/**
1313
* Flat sales order creditmemo comment resource
14-
*
15-
* @author Magento Core Team <[email protected]>
1614
*/
1715
class Comment extends EntityAbstract implements CreditmemoCommentResourceInterface
1816
{

app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Comment/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Flat sales order creditmemo comments collection
1313
*
1414
* @api
15-
* @author Magento Core Team <[email protected]>
1615
* @since 100.0.2
1716
*/
1817
class Collection extends AbstractCollection implements CreditmemoCommentSearchResultInterface

app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Item.php

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

1111
/**
1212
* Flat sales order creditmemo item resource
13-
*
14-
* @author Magento Core Team <[email protected]>
1513
*/
1614
class Item extends SalesResource implements CreditmemoItemResourceInterface
1715
{

app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Item/Collection.php

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

88
/**
99
* Flat sales order creditmemo items collection
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Collection extends \Magento\Sales\Model\ResourceModel\Collection\AbstractCollection
1412
{

app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Attribute/Backend/Child.php

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

88
/**
99
* Invoice backend model for child attribute
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
1412
{

app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Attribute/Backend/Item.php

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

88
/**
99
* Invoice backend model for item attribute
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Item extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
1412
{

app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Attribute/Backend/Order.php

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

88
/**
99
* Invoice backend model for order attribute
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Order extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
1412
{

app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Flat sales order invoice collection
1313
*
1414
* @api
15-
* @author Magento Core Team <[email protected]>
1615
* @since 100.0.2
1716
*/
1817
class Collection extends AbstractCollection implements InvoiceSearchResultInterface

app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Comment.php

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

1212
/**
1313
* Flat sales order invoice comment resource
14-
*
15-
* @author Magento Core Team <[email protected]>
1614
*/
1715
class Comment extends EntityAbstract implements InvoiceCommentResourceInterface
1816
{

0 commit comments

Comments
 (0)