Skip to content

Commit 612dda7

Browse files
committed
Remove forbidden @author tag
1 parent 4a41ec4 commit 612dda7

File tree

35 files changed

+0
-53
lines changed

35 files changed

+0
-53
lines changed

app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded.php

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/**
1010
* Adminhtml refunded report grid block
1111
*
12-
* @author Magento Core Team <[email protected]>
1312
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1413
*/
1514
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid

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

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

app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping.php

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/**
1010
* Adminhtml shipping report grid block
1111
*
12-
* @author Magento Core Team <[email protected]>
1312
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1413
*/
1514
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid

app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/**
1010
* Adminhtml tax report grid block
1111
*
12-
* @author Magento Core Team <[email protected]>
1312
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1413
*/
1514
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid

app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned.php

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

88
/**
99
* Adminhtml abandoned shopping cart report page content block
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Abandoned extends \Magento\Backend\Block\Widget\Grid\Container
1412
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*
1515
* @method \Magento\Reports\Model\ResourceModel\Quote\Collection getCollection()
1616
*
17-
* @author Magento Core Team <[email protected]>
1817
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1918
*/
2019
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart

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

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

88
/**
99
* Adminhtml Shopping cart customers report page content block
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Customer extends \Magento\Backend\Block\Widget\Grid\Container
1412
{

0 commit comments

Comments
 (0)