Skip to content

Commit 68566f7

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

File tree

22 files changed

+0
-40
lines changed

22 files changed

+0
-40
lines changed

app/code/Magento/SalesRule/Model/ResourceModel/Report/Rule/Updatedat.php

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

88
/**
99
* Rule report resource model with aggregation by updated at
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Updatedat extends \Magento\SalesRule\Model\ResourceModel\Report\Rule\Createdat
1412
{

app/code/Magento/SalesRule/Model/ResourceModel/Report/Updatedat/Collection.php

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

88
/**
99
* Sales report coupons collection
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Collection extends \Magento\SalesRule\Model\ResourceModel\Report\Collection
1412
{

app/code/Magento/SalesRule/Model/ResourceModel/Rule/Customer.php

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

88
/**
99
* SalesRule Rule Customer Model Resource
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Customer extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
1412
{

app/code/Magento/SalesRule/Model/ResourceModel/Rule/Customer/Collection.php

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

88
/**
99
* SalesRule Model Resource Rule Customer_Collection
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
1412
{

app/code/Magento/SalesRule/Model/Rule/Condition/Product.php

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

88
/**
99
* Product rule condition data model
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Product extends \Magento\Rule\Model\Condition\Product\AbstractProduct
1412
{

app/code/Magento/SalesRule/Model/Rule/Customer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* @method \Magento\SalesRule\Model\Rule\Customer setCustomerId(int $value)
1515
* @method int getTimesUsed()
1616
* @method \Magento\SalesRule\Model\Rule\Customer setTimesUsed(int $value)
17-
*
18-
* @author Magento Core Team <core@magentocommerce.com>
1917
*/
2018
class Customer extends \Magento\Framework\Model\AbstractModel
2119
{

app/code/Magento/SalesRule/Model/System/Config/Source/Coupon/Format.php

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

88
/**
99
* Options for Code Format Field in Auto Generated Specific Coupon Codes configuration section
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Format implements \Magento\Framework\Option\ArrayInterface
1412
{

app/code/Magento/SendFriend/Block/Send.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Email to a Friend Block
1313
*
1414
* @api
15-
* @author Magento Core Team <core@magentocommerce.com>
1615
* @since 100.0.2
1716
*/
1817
class Send extends \Magento\Framework\View\Element\Template

app/code/Magento/SendFriend/Helper/Data.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
/**
1010
* SendFriend Data Helper
1111
*
12-
* @author Magento Core Team <core@magentocommerce.com>
13-
*
1412
* @api
1513
* @since 100.0.2
1614
*/

app/code/Magento/SendFriend/Model/ResourceModel/SendFriend/Collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
/**
99
* SendFriend log resource collection
1010
*
11-
* @author Magento Core Team <core@magentocommerce.com>
12-
*
1311
* @api
1412
* @since 100.0.2
1513
*/

0 commit comments

Comments
 (0)