Skip to content

Remove forbidden @author tag #37014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: 2.4-develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Creditmemo;

Expand All @@ -12,28 +12,21 @@
* Flat sales order creditmemo collection
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements CreditmemoSearchResultInterface
{
/**
* Id field name
*
* @var string
*/
protected $_idFieldName = 'entity_id';

/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_creditmemo_collection';

/**
* Event object
*
* @var string
*/
protected $_eventObject = 'order_creditmemo_collection';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

/**
* Flat sales order creditmemo comment resource
*
*/
class Comment extends EntityAbstract implements CreditmemoCommentResourceInterface
{
Expand All @@ -33,8 +32,6 @@ class Comment extends EntityAbstract implements CreditmemoCommentResourceInterfa
protected $_eventPrefix = 'sales_order_creditmemo_comment_resource';

/**
* Class Validator
*
* @var Validator
*/
protected $validator;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Creditmemo\Comment;

Expand All @@ -12,21 +12,16 @@
* Flat sales order creditmemo comments collection
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements CreditmemoCommentSearchResultInterface
{
/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_creditmemo_comment_collection';

/**
* Event object
*
* @var string
*/
protected $_eventObject = 'order_creditmemo_comment_collection';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Creditmemo;

Expand All @@ -10,14 +10,10 @@

/**
* Flat sales order creditmemo item resource
*
* @author Magento Core Team <[email protected]>
*/
class Item extends SalesResource implements CreditmemoItemResourceInterface
{
/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_creditmemo_item_resource';
Expand All @@ -33,6 +29,8 @@ protected function _construct()
}

/**
* Before save
*
* @param \Magento\Framework\Model\AbstractModel $object
* @return $this
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Creditmemo\Item;

/**
* Flat sales order creditmemo items collection
*
* @author Magento Core Team <[email protected]>
*/
class Collection extends \Magento\Sales\Model\ResourceModel\Collection\AbstractCollection
{
/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_creditmemo_item_collection';

/**
* Event object
*
* @var string
*/
protected $_eventObject = 'order_creditmemo_item_collection';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Invoice\Attribute\Backend;

/**
* Invoice backend model for child attribute
*
* @author Magento Core Team <[email protected]>
*/
class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Invoice\Attribute\Backend;

/**
* Invoice backend model for item attribute
*
* @author Magento Core Team <[email protected]>
*/
class Item extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Invoice\Attribute\Backend;

/**
* Invoice backend model for order attribute
*
* @author Magento Core Team <[email protected]>
*/
class Order extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Invoice;

Expand All @@ -12,28 +12,21 @@
* Flat sales order invoice collection
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements InvoiceSearchResultInterface
{
/**
* Id field name
*
* @var string
*/
protected $_idFieldName = 'entity_id';

/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_invoice_collection';

/**
* Event object
*
* @var string
*/
protected $_eventObject = 'order_invoice_collection';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

/**
* Flat sales order invoice comment resource
*
*/
class Comment extends EntityAbstract implements InvoiceCommentResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Invoice\Comment;

Expand All @@ -12,21 +12,16 @@
* Flat sales order invoice comment collection
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements InvoiceCommentSearchResultInterface
{
/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_invoice_comment_collection';

/**
* Event object
*
* @var string
*/
protected $_eventObject = 'order_invoice_comment_collection';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Invoice;

Expand All @@ -10,14 +10,10 @@

/**
* Flat sales order invoice item resource
*
* @author Magento Core Team <[email protected]>
*/
class Item extends SalesResource implements InvoiceItemResourceInterface
{
/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_invoice_item_resource';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Invoice\Item;

/**
* Flat sales order invoice item collection
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Collection extends \Magento\Sales\Model\ResourceModel\Collection\AbstractCollection
{
/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_invoice_item_collection';

/**
* Event object
*
* @var string
*/
protected $_eventObject = 'order_invoice_item_collection';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Item;

Expand All @@ -11,21 +11,16 @@
* Flat sales order payment collection
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements \Magento\Sales\Api\Data\OrderItemSearchResultInterface
{
/**
* Event prefix
*
* @var string
*/
protected $_eventPrefix = 'sales_order_item_collection';

/**
* Event object
*
* @var string
*/
protected $_eventObject = 'order_item_collection';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

/**
* Sales transaction resource model
*
*/
class Transaction extends EntityAbstract implements TransactionResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Sales\Model\ResourceModel\Order\Payment\Transaction;

Expand All @@ -10,8 +10,6 @@

/**
* Payment transactions collection
*
* @author Magento Core Team <[email protected]>
*/
class Collection extends AbstractCollection implements TransactionSearchResultInterface
{
Expand Down
Loading