Skip to content

Commit 6402c77

Browse files
committed
Remove forbidden @author tag
1 parent 4a41ec4 commit 6402c77

File tree

33 files changed

+0
-46
lines changed

33 files changed

+0
-46
lines changed

app/code/Magento/Quote/Model/ResourceModel/Quote/Item/Option.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Item option resource model
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
1412
{

app/code/Magento/Quote/Model/ResourceModel/Quote/Item/Option/Collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
/**
1111
* Item option collection
12-
*
13-
* @author Magento Core Team <[email protected]>
1412
*/
1513
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
1614
{

app/code/Magento/Reports/Block/Adminhtml/Config/Form/Field/MtdStart.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
/**
1111
* Dashboard Month-To-Date Day starts Field Renderer
12-
*
13-
* @author Magento Core Team <[email protected]>
1412
*/
1513
class MtdStart extends \Magento\Config\Block\System\Config\Form\Field
1614
{

app/code/Magento/Reports/Block/Adminhtml/Customer/Accounts.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Backend new accounts report page content block
1010
*
1111
* @api
12-
* @author Magento Core Team <[email protected]>
1312
* @since 100.0.2
1413
*/
1514
class Accounts extends \Magento\Backend\Block\Widget\Grid\Container

app/code/Magento/Reports/Block/Adminhtml/Customer/Orders.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Backend customers by orders report content block
1010
*
1111
* @api
12-
* @author Magento Core Team <[email protected]>
1312
* @since 100.0.2
1413
*/
1514
class Orders extends \Magento\Backend\Block\Widget\Grid\Container

app/code/Magento/Reports/Block/Adminhtml/Customer/Totals.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Backend customers by totals report content block
1010
*
1111
* @api
12-
* @author Magento Core Team <[email protected]>
1312
* @since 100.0.2
1413
*/
1514
class Totals extends \Magento\Backend\Block\Widget\Grid\Container

app/code/Magento/Reports/Block/Adminhtml/Filter/Form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/**
1010
* Adminhtml report filter form
1111
*
12-
* @author Magento Core Team <[email protected]>
1312
* @api
1413
* @since 100.0.2
1514
*/

app/code/Magento/Reports/Block/Adminhtml/Grid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* Backend report grid block
1717
*
1818
* @api
19-
* @author Magento Core Team <[email protected]>
2019
* @since 100.0.2
2120
*/
2221
class Grid extends \Magento\Backend\Block\Widget\Grid

app/code/Magento/Reports/Block/Adminhtml/Grid/Column/Renderer/Blanknumber.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Adminhtml grid item renderer number or blank line
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Blanknumber extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Number
1412
{

app/code/Magento/Reports/Block/Adminhtml/Grid/Column/Renderer/Currency.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/**
2424
* Adminhtml grid item renderer currency
2525
*
26-
* @author Magento Core Team <[email protected]>
2726
* @api
2827
* @since 100.0.2
2928
*

0 commit comments

Comments
 (0)