Skip to content

Remove forbidden @author tag #37009

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 8 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
7 changes: 3 additions & 4 deletions app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Sales;

/**
* Adminhtml refunded report page content block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Refunded extends \Magento\Backend\Block\Widget\Grid\Container
Expand All @@ -22,7 +21,7 @@ class Refunded extends \Magento\Backend\Block\Widget\Grid\Container
protected $_template = 'Magento_Reports::report/grid/container.phtml';

/**
* {@inheritdoc}
* @inheritdoc
*/
protected function _construct()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/

namespace Magento\Reports\Block\Adminhtml\Sales\Refunded;

/**
* Adminhtml refunded report grid block
*
* @author Magento Core Team <core@magentocommerce.com>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
Expand Down
7 changes: 3 additions & 4 deletions app/code/Magento/Reports/Block/Adminhtml/Sales/Sales.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Sales;

/**
* Adminhtml sales report page content block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Sales extends \Magento\Backend\Block\Widget\Grid\Container
Expand All @@ -22,7 +21,7 @@ class Sales extends \Magento\Backend\Block\Widget\Grid\Container
protected $_template = 'Magento_Reports::report/grid/container.phtml';

/**
* {@inheritdoc}
* @inheritdoc
*/
protected function _construct()
{
Expand Down
7 changes: 3 additions & 4 deletions app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Sales;

/**
* Adminhtml shipping report page content block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Shipping extends \Magento\Backend\Block\Widget\Grid\Container
Expand All @@ -22,7 +21,7 @@ class Shipping extends \Magento\Backend\Block\Widget\Grid\Container
protected $_template = 'Magento_Reports::report/grid/container.phtml';

/**
* {@inheritdoc}
* @inheritdoc
*/
protected function _construct()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/

namespace Magento\Reports\Block\Adminhtml\Sales\Shipping;

/**
* Adminhtml shipping report grid block
*
* @author Magento Core Team <core@magentocommerce.com>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
Expand Down
7 changes: 3 additions & 4 deletions app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Sales;

/**
* Adminhtml tax report page content block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Tax extends \Magento\Backend\Block\Widget\Grid\Container
Expand All @@ -22,7 +21,7 @@ class Tax extends \Magento\Backend\Block\Widget\Grid\Container
protected $_template = 'Magento_Reports::report/grid/container.phtml';

/**
* {@inheritdoc}
* @inheritdoc
*/
protected function _construct()
{
Expand Down
5 changes: 2 additions & 3 deletions app/code/Magento/Reports/Block/Adminhtml/Sales/Tax/Grid.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/

namespace Magento\Reports\Block\Adminhtml\Sales\Tax;

/**
* Adminhtml tax report grid block
*
* @author Magento Core Team <core@magentocommerce.com>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Shopcart;

/**
* Adminhtml abandoned shopping cart report page content block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Abandoned extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
* Initialize
*
* @return void
*/
protected function _construct()
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\Reports\Block\Adminhtml\Shopcart\Abandoned;

Expand All @@ -14,7 +14,6 @@
*
* @method \Magento\Reports\Model\ResourceModel\Quote\Collection getCollection()
*
* @author Magento Core Team <core@magentocommerce.com>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Shopcart;

/**
* Adminhtml Shopping cart customers report page content block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Customer extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
* Initialize
*
* @return void
*/
protected function _construct()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Shopcart\Customer;

/**
* Adminhtml items in carts report grid block
*
* @author Magento Core Team <core@magentocommerce.com>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart
Expand All @@ -35,6 +34,8 @@ public function __construct(
}

/**
* Initialize
*
* @return void
*/
protected function _construct()
Expand All @@ -44,6 +45,8 @@ protected function _construct()
}

/**
* Prepare collection
*
* @return \Magento\Backend\Block\Widget\Grid
*/
protected function _prepareCollection()
Expand All @@ -60,6 +63,8 @@ protected function _prepareCollection()
}

/**
* After load collection
*
* @return \Magento\Backend\Block\Widget\Grid|void
*/
protected function _afterLoadCollection()
Expand All @@ -68,6 +73,8 @@ protected function _afterLoadCollection()
}

/**
* Prepare columns
*
* @return \Magento\Backend\Block\Widget\Grid\Extended
*/
protected function _prepareColumns()
Expand Down
8 changes: 4 additions & 4 deletions app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Shopcart;

/**
* Adminhtml Shopping cart products report page content block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Product extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
* Initialize
*
* @return void
*/
protected function _construct()
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Reports/Block/Adminhtml/Wishlist.php
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\Reports\Block\Adminhtml;
Expand All @@ -10,7 +10,7 @@
* Adminhtml wishlist report page content block
*
* @deprecated 100.3.3
* @author Magento Core Team <core@magentocommerce.com>
* @see Nothing
*/
class Wishlist extends \Magento\Backend\Block\Template
{
Expand Down
14 changes: 10 additions & 4 deletions app/code/Magento/Reports/Block/Adminhtml/Wishlist/Grid.php
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\Reports\Block\Adminhtml\Wishlist;

/**
* Adminhtml wishlist report grid block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
{
Expand All @@ -18,6 +16,8 @@ class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
protected $_productsFactory;

/**
* Initialize
*
* @param \Magento\Backend\Block\Template\Context $context
* @param \Magento\Backend\Helper\Data $backendHelper
* @param \Magento\Reports\Model\ResourceModel\Wishlist\Product\CollectionFactory $productsFactory
Expand All @@ -34,6 +34,8 @@ public function __construct(
}

/**
* Initialize
*
* @return void
*/
protected function _construct()
Expand All @@ -45,6 +47,8 @@ protected function _construct()
}

/**
* Prepare collection
*
* @return $this
*/
protected function _prepareCollection()
Expand All @@ -63,6 +67,8 @@ protected function _prepareCollection()
}

/**
* Prepare Columns
*
* @return \Magento\Backend\Block\Widget\Grid\Extended
*/
protected function _prepareColumns()
Expand Down
Loading