Skip to content

Commit 4a2938f

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

File tree

16 files changed

+0
-30
lines changed

16 files changed

+0
-30
lines changed

app/code/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/**
1515
* Adminhtml catalog product downloadable items tab and form
1616
*
17-
* @author Magento Core Team <core@magentocommerce.com>
1817
* @deprecated 100.3.1
1918
* @see \Magento\Downloadable\Ui\DataProvider\Product\Form\Modifier\Composite
2019
*/

app/code/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Links.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/**
99
* Adminhtml catalog product downloadable items tab links section
1010
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1211
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1312
*
1413
* @deprecated 100.3.1 in favor of new class which adds grid links

app/code/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Samples.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
/**
99
* Adminhtml catalog product downloadable items tab links section
1010
*
11-
* @author Magento Core Team <core@magentocommerce.com>
12-
*
1311
* @deprecated 100.3.1 because of new class which adds grids samples
1412
* @see \Magento\Downloadable\Ui\DataProvider\Product\Form\Modifier\Samples
1513
*/

app/code/Magento/Downloadable/Block/Catalog/Product/View/Type.php

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

77
/**
88
* Catalog downloadable product part block
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Downloadable\Block\Catalog\Product\View;
1311

app/code/Magento/Downloadable/Block/Checkout/Cart/Item/Renderer.php

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

77
/**
88
* Shopping cart downloadable item render block
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Downloadable\Block\Checkout\Cart\Item;
1311

app/code/Magento/Downloadable/Block/Checkout/Success.php

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

77
/**
88
* Downloadable checkout success page
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Downloadable\Block\Checkout;
1311

app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/File.php

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

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

app/code/Magento/Downloadable/Controller/Download.php

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

1111
/**
1212
* Download controller
13-
*
14-
* @author Magento Core Team <core@magentocommerce.com>
1513
*/
1614
abstract class Download extends \Magento\Framework\App\Action\Action
1715
{

app/code/Magento/Downloadable/Helper/Catalog/Product/Configuration.php

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

99
/**
1010
* Helper for fetching properties by product configurational item
11-
*
12-
* @author Magento Core Team <core@magentocommerce.com>
1311
*/
1412
class Configuration extends \Magento\Framework\App\Helper\AbstractHelper implements
1513
\Magento\Catalog\Helper\Product\Configuration\ConfigurationInterface

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

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

1212
/**
1313
* Downloadable helper
14-
*
15-
* @author Magento Core Team <core@magentocommerce.com>
1614
*/
1715
class Data extends \Magento\Framework\App\Helper\AbstractHelper
1816
{

0 commit comments

Comments
 (0)