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 5 commits into
base: 2.4-develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 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 @@ -9,7 +9,6 @@
* 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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* 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
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Block/Adminhtml/Sales/Sales.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* 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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* 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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* 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
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* 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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* 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
Expand Up @@ -7,8 +7,6 @@

/**
* Adminhtml abandoned shopping cart report page content block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Abandoned extends \Magento\Backend\Block\Widget\Grid\Container
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -7,8 +7,6 @@

/**
* Adminhtml Shopping cart customers report page content block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Customer extends \Magento\Backend\Block\Widget\Grid\Container
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/**
* 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 Down
2 changes: 0 additions & 2 deletions app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Adminhtml Shopping cart products report page content block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Product extends \Magento\Backend\Block\Widget\Grid\Container
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Block/Adminhtml/Wishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Adminhtml wishlist report page content block
*
* @deprecated 100.3.3
* @author Magento Core Team <core@magentocommerce.com>
*/
class Wishlist extends \Magento\Backend\Block\Template
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Reports/Block/Adminhtml/Wishlist/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Adminhtml wishlist report grid block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Reports/Block/Product/AbstractProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Reports Recently Products Abstract Block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
abstract class AbstractProduct extends \Magento\Catalog\Block\Product\AbstractProduct
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Block/Product/Compared.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Reports Recently Compared Products Block
*
* @author Magento Core Team <core@magentocommerce.com>
* @deprecated 100.2.0
*/
class Compared extends \Magento\Reports\Block\Product\AbstractProduct
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Block/Product/Viewed.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/**
* Reports Recently Viewed Products Block
*
* @author Magento Core Team <core@magentocommerce.com>
* @deprecated 100.2.0
*/
class Viewed extends AbstractProduct implements IdentityInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Reports Recently Viewed Products Widget
*
* @deprecated 100.3.3
* @author Magento Core Team <core@magentocommerce.com>
*/
class Item extends \Magento\Catalog\Block\Product\AbstractProduct implements \Magento\Widget\Block\BlockInterface
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Reports/Controller/Adminhtml/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* sales admin controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Controller\Adminhtml;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Admin abstract reports controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/

namespace Magento\Reports\Controller\Adminhtml\Report;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
*/

/**
*
* Customer reports admin controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Controller\Adminhtml\Report;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Product reports admin controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Controller\Adminhtml\Report;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Review reports admin controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Controller\Adminhtml\Report;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Sales report admin controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Controller\Adminhtml\Report;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Shopping Cart reports admin controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/
declare(strict_types=1);

Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Model/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* @method int getStoreId()
* @method \Magento\Reports\Model\Event setStoreId(int $value)
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @since 100.0.2
*/
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Model/Flag.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/**
* Report Flag Model
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @since 100.0.2
*/
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Model/Product/Index/Compared.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* @method string getAddedAt()
* @method \Magento\Reports\Model\Product\Index\Compared setAddedAt(string $value)
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @since 100.0.2
*/
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Reports/Model/Product/Index/Viewed.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* @method string getAddedAt()
* @method \Magento\Reports\Model\Product\Index\Viewed setAddedAt(string $value)
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @since 100.0.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* New Accounts Report collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Model\ResourceModel\Accounts;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Customers by totals Report collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Model\ResourceModel\Accounts\Collection;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Customers by orders Report collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Model\ResourceModel\Customer\Orders;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Customers by orders Report collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Model\ResourceModel\Customer\Orders\Collection;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Customers by totals Report collection
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Reports\Model\ResourceModel\Customer\Totals;

Expand Down