Skip to content

Commit c40c686

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

File tree

31 files changed

+0
-49
lines changed

31 files changed

+0
-49
lines changed

app/code/Magento/Review/Block/Adminhtml/Add.php

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

99
/**
1010
* Adminhtml add Review main block
11-
*
12-
* @author Magento Core Team <core@magentocommerce.com>
1311
*/
1412
class Add extends \Magento\Backend\Block\Widget\Form\Container
1513
{

app/code/Magento/Review/Block/Adminhtml/Add/Form.php

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

1111
/**
1212
* Adminhtml add product review form
13-
*
14-
* @author Magento Core Team <core@magentocommerce.com>
1513
*/
1614
class Form extends \Magento\Backend\Block\Widget\Form\Generic
1715
{

app/code/Magento/Review/Block/Adminhtml/Grid/Filter/Type.php

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

88
/**
99
* Adminhtml review grid filter by type
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Type extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Select
1412
{

app/code/Magento/Review/Block/Adminhtml/Grid/Renderer/Type.php

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

88
/**
99
* Adminhtml review grid item renderer for item type
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Type extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
1412
{

app/code/Magento/Review/Block/Adminhtml/Product/Grid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/**
99
* Adminhtml product grid block
1010
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1211
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1312
*/
1413
class Grid extends \Magento\Catalog\Block\Adminhtml\Product\Grid

app/code/Magento/Review/Block/Adminhtml/Rating.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Ratings grid
1010
*
1111
* @api
12-
* @author Magento Core Team <core@magentocommerce.com>
1312
* @since 100.0.2
1413
*/
1514
class Rating extends \Magento\Backend\Block\Widget\Grid\Container

app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Form.php

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

88
/**
99
* Rating edit form block
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Form extends \Magento\Backend\Block\Widget\Form\Generic
1412
{

app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Tabs.php

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

88
/**
99
* Admin rating left menu
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Tabs extends \Magento\Backend\Block\Widget\Tabs
1412
{

app/code/Magento/Review/Block/Customer/View.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* Customer Review detailed view block
1515
*
1616
* @api
17-
* @author Magento Core Team <core@magentocommerce.com>
1817
* @since 100.0.2
1918
*/
2019
class View extends \Magento\Catalog\Block\Product\AbstractProduct

app/code/Magento/Review/Block/Form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* Review form block
1515
*
1616
* @api
17-
* @author Magento Core Team <core@magentocommerce.com>
1817
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1918
* @since 100.0.2
2019
*/

0 commit comments

Comments
 (0)