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

app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message/ListAction.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\System\Message;
88

9-
/**
10-
* Class \Magento\AdminNotification\Controller\Adminhtml\System\Message\ListAction
11-
*
12-
*/
139
class ListAction extends \Magento\Backend\App\AbstractAction
1410
{
1511
/**

app/code/Magento/AdvancedPricingImportExport/Controller/Adminhtml/Export/GetFilter.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
use Magento\AdvancedPricingImportExport\Model\Export\AdvancedPricing as ExportAdvancedPricing;
1111
use Magento\Catalog\Model\Product as CatalogProduct;
1212

13-
/**
14-
* Class \Magento\AdvancedPricingImportExport\Controller\Adminhtml\Export\GetFilter
15-
*
16-
*/
1713
class GetFilter extends ExportController
1814
{
1915
/**

app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
use Magento\CatalogImportExport\Model\Import\Product\RowValidatorInterface;
99
use \Magento\Framework\Validator\AbstractValidator;
1010

11-
/**
12-
* Class \Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing\Validator
13-
*
14-
*/
1511
class Validator extends AbstractValidator implements RowValidatorInterface
1612
{
1713
/**

app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator/TierPrice.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
use Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing;
99
use Magento\CatalogImportExport\Model\Import\Product\RowValidatorInterface;
1010

11-
/**
12-
* Class \Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing\Validator\TierPrice
13-
*
14-
*/
1511
class TierPrice extends \Magento\CatalogImportExport\Model\Import\Product\Validator\AbstractPrice
1612
{
1713
/**

app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator/Website.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
use Magento\CatalogImportExport\Model\Import\Product\Validator\AbstractImportValidator;
1010
use Magento\CatalogImportExport\Model\Import\Product\RowValidatorInterface;
1111

12-
/**
13-
* Class \Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing\Validator\Website
14-
*
15-
*/
1612
class Website extends AbstractImportValidator implements RowValidatorInterface
1713
{
1814
/**

app/code/Magento/AdvancedPricingImportExport/Model/Indexer/Product/Price/Plugin/Import.php

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

88
use Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing;
99

10-
/**
11-
* Class \Magento\AdvancedPricingImportExport\Model\Indexer\Product\Price\Plugin\Import
12-
*
13-
*/
1410
class Import extends \Magento\Catalog\Model\Indexer\Product\Price\Plugin\AbstractPlugin
1511
{
1612
/**

app/code/Magento/Authorization/Model/Acl/Loader/Role.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
use Magento\Framework\App\ObjectManager;
1111
use Magento\Framework\Serialize\Serializer\Json;
1212

13-
/**
14-
* Class \Magento\Authorization\Model\Acl\Loader\Role
15-
*
16-
*/
1713
class Role implements \Magento\Framework\Acl\LoaderInterface
1814
{
1915
/**

app/code/Magento/Authorization/Model/Acl/Loader/Rule.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
use Magento\Framework\App\ObjectManager;
99
use Magento\Framework\Serialize\Serializer\Json;
1010

11-
/**
12-
* Class \Magento\Authorization\Model\Acl\Loader\Rule
13-
*
14-
*/
1511
class Rule implements \Magento\Framework\Acl\LoaderInterface
1612
{
1713
/**

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/AddConfigured.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\AddConfigured
11-
*
12-
*/
139
class AddConfigured extends \Magento\Sales\Controller\Adminhtml\Order\Create\AddConfigured
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Cancel.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Cancel
11-
*
12-
*/
139
class Cancel extends \Magento\Sales\Controller\Adminhtml\Order\Create\Cancel
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ConfigureProductToAdd.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ConfigureProductToAdd
11-
*
12-
*/
139
class ConfigureProductToAdd extends \Magento\Sales\Controller\Adminhtml\Order\Create\ConfigureProductToAdd
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ConfigureQuoteItems.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ConfigureQuoteItems
11-
*
12-
*/
139
class ConfigureQuoteItems extends \Magento\Sales\Controller\Adminhtml\Order\Create\ConfigureQuoteItems
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Index.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Index
11-
*
12-
*/
139
class Index extends \Magento\Sales\Controller\Adminhtml\Order\Create\Index
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/LoadBlock.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\LoadBlock
11-
*
12-
*/
139
class LoadBlock extends \Magento\Sales\Controller\Adminhtml\Order\Create\LoadBlock
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ProcessData.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ProcessData
11-
*
12-
*/
139
class ProcessData extends \Magento\Sales\Controller\Adminhtml\Order\Create\ProcessData
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Reorder.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Reorder
11-
*
12-
*/
139
class Reorder extends \Magento\Sales\Controller\Adminhtml\Order\Create\Reorder
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ReturnQuote.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ReturnQuote
11-
*
12-
*/
139
class ReturnQuote extends \Magento\Sales\Controller\Adminhtml\Order\Create
1410
{
1511
/**

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Save.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Save
11-
*
12-
*/
139
class Save extends \Magento\Sales\Controller\Adminhtml\Order\Create\Save
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ShowUpdateResult.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ShowUpdateResult
11-
*
12-
*/
139
class ShowUpdateResult extends \Magento\Sales\Controller\Adminhtml\Order\Create\ShowUpdateResult
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Start.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Start
11-
*
12-
*/
139
abstract class Start extends \Magento\Sales\Controller\Adminhtml\Order\Create
1410
{
1511
}

app/code/Magento/Authorizenet/Controller/Directpost/Payment/BackendResponse.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Directpost\Payment\BackendResponse
11-
*
12-
*/
139
class BackendResponse extends \Magento\Authorizenet\Controller\Directpost\Payment
1410
{
1511
/**

app/code/Magento/Authorizenet/Controller/Directpost/Payment/Response.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Directpost\Payment\Response
11-
*
12-
*/
139
class Response extends \Magento\Authorizenet\Controller\Directpost\Payment
1410
{
1511
/**

app/code/Magento/Authorizenet/Controller/Directpost/Payment/ReturnQuote.php

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

9-
/**
10-
* Class \Magento\Authorizenet\Controller\Directpost\Payment\ReturnQuote
11-
*
12-
*/
139
class ReturnQuote extends \Magento\Authorizenet\Controller\Directpost\Payment
1410
{
1511
/**

app/code/Magento/Authorizenet/Observer/AddFieldsToResponseObserver.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
use Magento\Framework\Event\ObserverInterface;
99
use Magento\Sales\Model\Order;
1010

11-
/**
12-
* Class \Magento\Authorizenet\Observer\AddFieldsToResponseObserver
13-
*
14-
*/
1511
class AddFieldsToResponseObserver implements ObserverInterface
1612
{
1713
/**

app/code/Magento/Authorizenet/Observer/SaveOrderAfterSubmitObserver.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
use Magento\Framework\Event\ObserverInterface;
99
use Magento\Sales\Model\Order;
1010

11-
/**
12-
* Class \Magento\Authorizenet\Observer\SaveOrderAfterSubmitObserver
13-
*
14-
*/
1511
class SaveOrderAfterSubmitObserver implements ObserverInterface
1612
{
1713
/**

app/code/Magento/Authorizenet/Observer/UpdateAllEditIncrementsObserver.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
use Magento\Framework\Event\ObserverInterface;
99
use Magento\Sales\Model\Order;
1010

11-
/**
12-
* Class \Magento\Authorizenet\Observer\UpdateAllEditIncrementsObserver
13-
*
14-
*/
1511
class UpdateAllEditIncrementsObserver implements ObserverInterface
1612
{
1713
/**

0 commit comments

Comments
 (0)