Skip to content

Remove forbidden @author tag #37008

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 6 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,14 +1,12 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Quote\Model\ResourceModel\Quote\Item;

/**
* Item option resource model
*
* @author Magento Core Team <[email protected]>
*/
class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Quote\Model\ResourceModel\Quote\Item\Option;

use Magento\Quote\Model\Quote\Item;

/**
* Item option collection
*
* @author Magento Core Team <[email protected]>
*/
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
Expand Down Expand Up @@ -135,6 +133,7 @@ public function getOptionsByItem($item)
*
* @param int | \Magento\Catalog\Model\Product $product
* @return array
* phpcs:disable
*/
public function getOptionsByProduct($product)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml\Config\Form\Field;

use Magento\Framework\Data\Form\Element\AbstractElement;

/**
* Dashboard Month-To-Date Day starts Field Renderer
*
* @author Magento Core Team <[email protected]>
*/
class MtdStart extends \Magento\Config\Block\System\Config\Form\Field
{
/**
* Get element html
*
* @param AbstractElement $element
* @return string
*/
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\Customer;

/**
* Backend new accounts report page content block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Accounts extends \Magento\Backend\Block\Widget\Grid\Container
Expand All @@ -20,6 +19,8 @@ class Accounts extends \Magento\Backend\Block\Widget\Grid\Container
protected $_blockGroup = 'Magento_Reports';

/**
* Initialize Accounts
*
* @return void
*/
protected function _construct()
Expand Down
7 changes: 4 additions & 3 deletions app/code/Magento/Reports/Block/Adminhtml/Customer/Orders.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\Customer;

/**
* Backend customers by orders report content block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Orders extends \Magento\Backend\Block\Widget\Grid\Container
Expand All @@ -22,6 +21,8 @@ class Orders extends \Magento\Backend\Block\Widget\Grid\Container
protected $_blockGroup = 'Magento_Reports';

/**
* Initialize Orders
*
* @return void
*/
protected function _construct()
Expand Down
7 changes: 4 additions & 3 deletions app/code/Magento/Reports/Block/Adminhtml/Customer/Totals.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\Customer;

/**
* Backend customers by totals report content block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Totals extends \Magento\Backend\Block\Widget\Grid\Container
Expand All @@ -20,6 +19,8 @@ class Totals extends \Magento\Backend\Block\Widget\Grid\Container
protected $_blockGroup = 'Magento_Reports';

/**
* Initialize Totals
*
* @return void
*/
protected function _construct()
Expand Down
5 changes: 2 additions & 3 deletions app/code/Magento/Reports/Block/Adminhtml/Filter/Form.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\Filter;

/**
* Adminhtml report filter form
*
* @author Magento Core Team <[email protected]>
* @api
* @since 100.0.2
*/
Expand Down
5 changes: 2 additions & 3 deletions app/code/Magento/Reports/Block/Adminhtml/Grid.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 2012 Adobe
* All Rights Reserved.
*/

namespace Magento\Reports\Block\Adminhtml;
Expand All @@ -16,7 +16,6 @@
* Backend report grid block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Grid extends \Magento\Backend\Block\Widget\Grid
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\Grid\Column\Renderer;

/**
* Adminhtml grid item renderer number or blank line
*
* @author Magento Core Team <[email protected]>
*/
class Blanknumber extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Number
{
/**
* Get Value
*
* @param \Magento\Framework\DataObject $row
*
* @return string
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\Reports\Block\Adminhtml\Grid\Column\Renderer;

/**
* Adminhtml Report Customers Reviews renderer
*
* @author Magento Core Team <[email protected]>
*/
class Customer extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
{
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\Reports\Block\Adminhtml\Grid\Column\Renderer;

/**
* Adminhtml Report Products Reviews renderer
*
* @author Magento Core Team <[email protected]>
*/
class Product extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
{
Expand Down
6 changes: 2 additions & 4 deletions app/code/Magento/Reports/Block/Adminhtml/Grid/Shopcart.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\Grid;

/**
* Adminhtml shopping carts report grid block
*
* @author Magento Core Team <[email protected]>
*/
class Shopcart extends \Magento\Backend\Block\Widget\Grid\Extended
{
Expand Down
8 changes: 3 additions & 5 deletions app/code/Magento/Reports/Block/Adminhtml/Product.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\Reports\Block\Adminhtml;

/**
* Adminhtml products report page content block
*
* @author Magento Core Team <[email protected]>
*/
class Product extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
* {@inheritdoc}
* @inheritdoc
*/
protected function _construct()
{
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\Product;

/**
* Adminhtml product downloads report
*
* @author Magento Core Team <[email protected]>
*/
class Downloads extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
* Initialize Downloads
*
* @return void
*/
protected function _construct()
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\Reports\Block\Adminhtml\Product\Downloads;

/**
* Adminhtml product downloads report grid
*
* @author Magento Core Team <[email protected]>
*/
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 $_downloadsFactory;

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

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

/**
* Prepare collection
*
* @return \Magento\Backend\Block\Widget\Grid
*/
protected function _prepareCollection()
Expand Down Expand Up @@ -78,6 +82,8 @@ protected function _prepareCollection()
}

/**
* Prepare column
*
* @return \Magento\Backend\Block\Widget\Grid\Extended
*/
protected function _prepareColumns()
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\Reports\Block\Adminhtml\Product\Downloads\Renderer;

/**
* Adminhtml Product Downloads Purchases Renderer
*
* @author Magento Core Team <[email protected]>
*/
class Purchases extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
{
Expand Down
Loading