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 4 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
Expand Up @@ -12,7 +12,6 @@
* Flat sales order creditmemo collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements CreditmemoSearchResultInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

/**
* Flat sales order creditmemo comment resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Comment extends EntityAbstract implements CreditmemoCommentResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Flat sales order creditmemo comments collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements CreditmemoCommentSearchResultInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* Flat sales order creditmemo item resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Item extends SalesResource implements CreditmemoItemResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Flat sales order creditmemo items collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Collection extends \Magento\Sales\Model\ResourceModel\Collection\AbstractCollection
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Invoice backend model for child attribute
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Invoice backend model for item attribute
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Item extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Invoice backend model for order attribute
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Order extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Flat sales order invoice collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements InvoiceSearchResultInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

/**
* Flat sales order invoice comment resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Comment extends EntityAbstract implements InvoiceCommentResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Flat sales order invoice comment collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements InvoiceCommentSearchResultInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* Flat sales order invoice item resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Item extends SalesResource implements InvoiceItemResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Flat sales order invoice item collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends \Magento\Sales\Model\ResourceModel\Collection\AbstractCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* Flat sales order payment collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements \Magento\Sales\Api\Data\OrderItemSearchResultInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* Sales transaction resource model
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Transaction extends EntityAbstract implements TransactionResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* Payment transactions collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Collection extends AbstractCollection implements TransactionSearchResultInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

/**
* Order Rss Resource Model
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class OrderStatus
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Sales/Model/ResourceModel/Order/Shipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* Flat sales order shipment resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Shipment extends SalesResource implements ShipmentResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Invoice backend model for child attribute
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Sales order shipment collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements ShipmentSearchResultInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

/**
* Flat sales order shipment comment resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Comment extends EntityAbstract implements ShipmentCommentResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Flat sales order shipment comments collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements ShipmentCommentSearchResultInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* Flat sales order shipment item resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Item extends SalesResource implements ShipmentItemResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Flat sales order shipment items collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Collection extends \Magento\Sales\Model\ResourceModel\Collection\AbstractCollection
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

/**
* Flat sales order shipment comment resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Track extends SalesResource implements ShipmentTrackResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Flat sales order shipment tracks collection
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Collection extends AbstractCollection implements ShipmentTrackSearchResultInterface
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Sales/Model/ResourceModel/Order/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* Order status resource model
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Status extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Flat sales order status history collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Collection extends \Magento\Sales\Model\ResourceModel\Collection\AbstractCollection
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

/**
* Flat sales order status history resource
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class History extends EntityAbstract implements OrderStatusHistoryResourceInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

/**
* Flat sales order status history collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Collection extends AbstractCollection implements OrderStatusHistorySearchResultInterface
{
Expand Down