Skip to content

Commit 5f2ce8f

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

File tree

32 files changed

+0
-62
lines changed

32 files changed

+0
-62
lines changed

app/code/Magento/Customer/Model/Attribute/Data/Multiline.php

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

77
/**
88
* Customer Attribute Multiply line Data Model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Customer\Model\Attribute\Data;
1311

app/code/Magento/Customer/Model/Attribute/Data/Multiselect.php

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

77
/**
88
* Customer Attribute Multiply select Data Model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Customer\Model\Attribute\Data;
1311

app/code/Magento/Customer/Model/Attribute/Data/Select.php

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

77
/**
88
* Customer Attribute Select Data Model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Customer\Model\Attribute\Data;
1311

app/code/Magento/Customer/Model/Attribute/Data/Text.php

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

77
/**
88
* Customer Attribute Text Data Model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Customer\Model\Attribute\Data;
1311

app/code/Magento/Customer/Model/Attribute/Data/Textarea.php

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

77
/**
88
* Customer Attribute Text Area Data Model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Customer\Model\Attribute\Data;
1311

app/code/Magento/Customer/Model/Config/Backend/Password/Link/Expirationperiod.php

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

88
/**
99
* Customer Reset Password Link Expiration period backend model
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Expirationperiod extends \Magento\Framework\App\Config\Value
1412
{

app/code/Magento/Customer/Model/Config/Backend/Show/Address.php

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

1010
/**
1111
* Customer Show Address Model
12-
*
13-
* @author Magento Core Team <core@magentocommerce.com>
1412
*/
1513
class Address extends Customer
1614
{

app/code/Magento/Customer/Model/Config/Backend/Show/AddressOnly.php

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

1010
/**
1111
* Customer Show Address Model
12-
*
13-
* @author Magento Core Team <core@magentocommerce.com>
1412
*/
1513
class AddressOnly extends Customer
1614
{

app/code/Magento/Customer/Model/Config/Backend/Show/Customer.php

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

1111
/**
1212
* Customer Show Customer Model
13-
*
14-
* @author Magento Core Team <core@magentocommerce.com>
1513
*/
1614
class Customer extends \Magento\Framework\App\Config\Value
1715
{

app/code/Magento/Customer/Model/Config/Share.php

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

88
/**
99
* Customer sharing config model
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Share extends \Magento\Framework\App\Config\Value implements \Magento\Framework\Option\ArrayInterface
1412
{

0 commit comments

Comments
 (0)