Skip to content

Commit 99536b1

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

File tree

18 files changed

+0
-33
lines changed

18 files changed

+0
-33
lines changed

app/code/Magento/Email/Block/Adminhtml/Template.php

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

77
/**
88
* Adminhtml system templates page content block
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Email\Block\Adminhtml;
1311

app/code/Magento/Email/Block/Adminhtml/Template/Edit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/**
1313
* Adminhtml system template edit block
1414
*
15-
* @author Magento Core Team <core@magentocommerce.com>
1615
* @method array getTemplateOptions()
1716
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1817
*/

app/code/Magento/Email/Block/Adminhtml/Template/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 system template grid type filter
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/Email/Block/Adminhtml/Template/Grid/Renderer/Action.php

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

88
/**
99
* Email templates grid block action item renderer
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Action
1412
{

app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer/Sender.php

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

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

app/code/Magento/Email/Block/Adminhtml/Template/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 system templates grid block type item renderer
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/Email/Controller/Adminhtml/Email/Template.php

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

88
/**
99
* System Template admin controller
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
abstract class Template extends \Magento\Backend\App\Action
1412
{

app/code/Magento/Email/Model/AbstractTemplate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
* Template model class.
2121
*
2222
* phpcs:disable Magento2.Classes.AbstractApi
23-
* @author Magento Core Team <core@magentocommerce.com>
2423
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2524
* @SuppressWarnings(PHPMD.TooManyFields)
2625
* @api

app/code/Magento/Fedex/Model/Source/Dropoff.php

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

77
/**
88
* Fedex dropoff source implementation
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Fedex\Model\Source;
1311

app/code/Magento/Fedex/Model/Source/Freemethod.php

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

88
/**
99
* Fedex freemethod source implementation
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Freemethod extends \Magento\Fedex\Model\Source\Method
1412
{

0 commit comments

Comments
 (0)