Skip to content

Commit 0c77add

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

File tree

20 files changed

+0
-37
lines changed

20 files changed

+0
-37
lines changed

app/code/Magento/Customer/Block/Address/Book.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* Customer address book block
1414
*
1515
* @api
16-
* @author Magento Core Team <[email protected]>
1716
* @since 100.0.2
1817
*/
1918
class Book extends \Magento\Framework\View\Element\Template

app/code/Magento/Customer/Block/Address/Renderer/RendererInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Address renderer interface
1313
*
1414
* @api
15-
* @author Magento Core Team <[email protected]>
1615
*/
1716
interface RendererInterface
1817
{

app/code/Magento/Customer/Block/Adminhtml/Form/Element/Boolean.php

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

77
/**
88
* Customer Widget Form Boolean Element Block
9-
*
10-
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Customer\Block\Adminhtml\Form\Element;
1311

app/code/Magento/Customer/Block/Adminhtml/Form/Element/File.php

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

88
/**
99
* Customer Widget Form File Element Block
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class File extends \Magento\Framework\Data\Form\Element\AbstractElement
1412
{

app/code/Magento/Customer/Block/Adminhtml/Form/Element/Image.php

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

77
/**
88
* Customer Widget Form Image File Element Block
9-
*
10-
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Customer\Block\Adminhtml\Form\Element;
1311

app/code/Magento/Customer/Block/Adminhtml/Grid/Filter/Country.php

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

88
/**
99
* Country customer grid column filter
10-
*
11-
* @author Magento Core Team <[email protected]>
1210
*/
1311
class Country extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Select
1412
{

app/code/Magento/Customer/Block/Adminhtml/Grid/Renderer/Multiaction.php

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

1212
/**
1313
* Adminhtml customers wishlist grid item action renderer for few action controls in one cell
14-
*
15-
* @author Magento Core Team <[email protected]>
1614
*/
1715
class Multiaction extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Action
1816
{

app/code/Magento/Customer/Block/Adminhtml/Group.php

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

77
/**
88
* Adminhtml customers group page content block
9-
*
10-
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Customer\Block\Adminhtml;
1311

app/code/Magento/Customer/Block/Adminhtml/Sales/Order/Address/Form/Renderer/Vat.php

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

1212
/**
1313
* VAT ID element renderer
14-
*
15-
* @author Magento Core Team <[email protected]>
1614
*/
1715
class Vat extends \Magento\Backend\Block\Widget\Form\Renderer\Fieldset\Element
1816
{

app/code/Magento/Customer/Block/Adminhtml/System/Config/Validatevat.php

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

77
/**
88
* Adminhtml VAT ID validation block
9-
*
10-
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Customer\Block\Adminhtml\System\Config;
1311

0 commit comments

Comments
 (0)