Skip to content

Commit f7d8353

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

File tree

25 files changed

+0
-48
lines changed

25 files changed

+0
-48
lines changed

app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
/**
99
* Shipping carrier table rate grid block
1010
* WARNING: This grid used for export table rates
11-
*
12-
* @author Magento Core Team <core@magentocommerce.com>
1311
*/
1412
class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
1513
{

app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php

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

88
/**
99
* Export CSV button for shipping table rates
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Export extends \Magento\Framework\Data\Form\Element\AbstractElement
1412
{

app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php

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

88
/**
99
* Custom import CSV file field for shipping table rates
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
class Import extends \Magento\Framework\Data\Form\Element\AbstractElement
1412
{

app/code/Magento/OfflineShipping/Model/Carrier/Freeshipping.php

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

77
/**
88
* Free shipping model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\OfflineShipping\Model\Carrier;
1311

app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php

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

1010
/**
1111
* Backend model for shipping table rates CSV importing
12-
*
13-
* @author Magento Core Team <core@magentocommerce.com>
1412
*/
1513
class Tablerate extends \Magento\Framework\App\Config\Value
1614
{

app/code/Magento/OfflineShipping/Model/Plugin/Checkout/Block/Cart/Shipping.php

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

77
/**
88
* Checkout cart shipping block plugin
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\OfflineShipping\Model\Plugin\Checkout\Block\Cart;
1311

app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php

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

77
/**
88
* Shipping table rates
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\OfflineShipping\Model\ResourceModel\Carrier;
1311

app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php

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

77
/**
88
* Shopping Cart Rule data model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\OfflineShipping\Model\SalesRule;
1311

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

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

77
/**
88
* Shopping Cart Rule data model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\OfflineShipping\Model\SalesRule;
1311

app/code/Magento/OfflineShipping/Test/Unit/Block/Adminhtml/Form/Field/ImportTest.php

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

88
/**
99
* Custom import CSV file field for shipping table rates
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1210
*/
1311
namespace Magento\OfflineShipping\Test\Unit\Block\Adminhtml\Form\Field;
1412

0 commit comments

Comments
 (0)