Skip to content

Commit e60d3a2

Browse files
author
Oleksii Korshenko
committed
MAGETWO-71174: Update doc block information in php classes with @deprecated and @SInCE tags
- removed useless class docBlocks
1 parent b2ce2a3 commit e60d3a2

File tree

2,738 files changed

+5
-10957
lines changed

Some content is hidden

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

2,738 files changed

+5
-10957
lines changed

app/code/Magento/AdminNotification/Block/Grid/Renderer/Actions.php

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

99
namespace Magento\AdminNotification\Block\Grid\Renderer;
1010

11-
/**
12-
* Class \Magento\AdminNotification\Block\Grid\Renderer\Actions
13-
*
14-
*/
1511
class Actions extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
1612
{
1713
/**

app/code/Magento/AdminNotification/Block/Grid/Renderer/Notice.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
*/
88
namespace Magento\AdminNotification\Block\Grid\Renderer;
99

10-
/**
11-
* Class \Magento\AdminNotification\Block\Grid\Renderer\Notice
12-
*
13-
*/
1410
class Notice extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
1511
{
1612
/**

app/code/Magento/AdminNotification/Block/Grid/Renderer/Severity.php

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

1010
use Magento\Framework\Notification\MessageInterface;
1111

12-
/**
13-
* Class \Magento\AdminNotification\Block\Grid\Renderer\Severity
14-
*
15-
*/
1612
class Severity extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
1713
{
1814
/**

app/code/Magento/AdminNotification/Block/System/Messages.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
*/
66
namespace Magento\AdminNotification\Block\System;
77

8-
/**
9-
* Class \Magento\AdminNotification\Block\System\Messages
10-
*
11-
*/
128
class Messages extends \Magento\Backend\Block\Template
139
{
1410
/**

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/AjaxMarkAsRead.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
*/
77
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;
88

9-
/**
10-
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\AjaxMarkAsRead
11-
*
12-
*/
139
class AjaxMarkAsRead extends \Magento\AdminNotification\Controller\Adminhtml\Notification
1410
{
1511
/**

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/Index.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
*/
77
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;
88

9-
/**
10-
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\Index
11-
*
12-
*/
139
class Index extends \Magento\AdminNotification\Controller\Adminhtml\Notification
1410
{
1511
/**

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MarkAsRead.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
*/
77
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;
88

9-
/**
10-
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\MarkAsRead
11-
*
12-
*/
139
class MarkAsRead extends \Magento\AdminNotification\Controller\Adminhtml\Notification
1410
{
1511
/**

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassMarkAsRead.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
*/
77
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;
88

9-
/**
10-
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\MassMarkAsRead
11-
*
12-
*/
139
class MassMarkAsRead extends \Magento\AdminNotification\Controller\Adminhtml\Notification
1410
{
1511

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemove.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
*/
77
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;
88

9-
/**
10-
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\MassRemove
11-
*
12-
*/
139
class MassRemove extends \Magento\AdminNotification\Controller\Adminhtml\Notification
1410
{
1511

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/Remove.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
*/
77
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;
88

9-
/**
10-
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\Remove
11-
*
12-
*/
139
class Remove extends \Magento\AdminNotification\Controller\Adminhtml\Notification
1410
{
1511

0 commit comments

Comments
 (0)