Skip to content

Commit 729dfb0

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+0
-95
lines changed

app/code/Magento/Backend/Block/Dashboard/AbstractDashboard.php

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

1111
/**
1212
* Adminhtml dashboard tab abstract
13-
*
14-
* @author Magento Core Team <core@magentocommerce.com>
1513
*/
1614
abstract class AbstractDashboard extends \Magento\Backend\Block\Widget
1715
{

app/code/Magento/Backend/Block/Dashboard/Bar.php

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

1111
/**
1212
* Adminhtml dashboard bar block
13-
*
14-
* @author Magento Core Team <core@magentocommerce.com>
1513
*/
1614
class Bar extends \Magento\Backend\Block\Dashboard\AbstractDashboard
1715
{

app/code/Magento/Backend/Block/Dashboard/Diagrams.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* Adminhtml dashboard diagram tabs
1010
* @deprecated dashboard graphs were migrated to dynamic chart.js solution
1111
* @see dashboard.diagrams in adminhtml_dashboard_index.xml
12-
*
13-
* @author Magento Core Team <core@magentocommerce.com>
1412
*/
1513
class Diagrams extends \Magento\Backend\Block\Widget\Tabs
1614
{

app/code/Magento/Backend/Block/Dashboard/Graph.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
* Adminhtml dashboard google chart block
1212
* @deprecated dashboard graphs were migrated to dynamic chart.js solution
1313
* @see dashboard.chart.amounts and dashboard.chart.orders in adminhtml_dashboard_index.xml
14-
*
15-
* @author Magento Core Team <core@magentocommerce.com>
1614
*/
1715
class Graph extends \Magento\Backend\Block\Dashboard\AbstractDashboard
1816
{

app/code/Magento/Backend/Block/Dashboard/Grid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/**
99
* Adminhtml dashboard grid
1010
*
11-
* @author Magento Core Team <core@magentocommerce.com>
1211
* @api
1312
* @since 100.0.2
1413
*/

app/code/Magento/Backend/Block/Dashboard/Grids.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* Adminhtml dashboard bottom tabs
1515
*
1616
* @api
17-
* @author Magento Core Team <core@magentocommerce.com>
1817
* @since 100.0.2
1918
*/
2019
class Grids extends Tabs

app/code/Magento/Backend/Block/Dashboard/Orders/Grid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* Adminhtml dashboard recent orders grid
1515
*
1616
* @api
17-
* @author Magento Core Team <core@magentocommerce.com>
1817
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1918
* @since 100.0.2
2019
*/

app/code/Magento/Backend/Block/Dashboard/Sales.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* Adminhtml dashboard sales statistics bar
1616
*
1717
* @api
18-
* @author Magento Core Team <core@magentocommerce.com>
1918
* @since 100.0.2
2019
*/
2120
class Sales extends Bar

app/code/Magento/Backend/Block/Dashboard/Tab/Amounts.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* Adminhtml dashboard order amounts diagram
1111
* @deprecated dashboard graphs were migrated to dynamic chart.js solution
1212
* @see dashboard.chart.amounts in adminhtml_dashboard_index.xml
13-
*
14-
* @author Magento Core Team <core@magentocommerce.com>
1513
*/
1614
class Amounts extends \Magento\Backend\Block\Dashboard\Graph
1715
{

app/code/Magento/Backend/Block/Dashboard/Tab/Orders.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* Adminhtml dashboard orders diagram
1111
* @deprecated dashboard graphs were migrated to dynamic chart.js solution
1212
* @see dashboard.chart.orders in adminhtml_dashboard_index.xml
13-
*
14-
* @author Magento Core Team <core@magentocommerce.com>
1513
*/
1614
class Orders extends \Magento\Backend\Block\Dashboard\Graph
1715
{

0 commit comments

Comments
 (0)