Skip to content

Commit

Permalink
MAGETWO-71174: Update doc block information in php classes with @depr…
Browse files Browse the repository at this point in the history
…ecated and @SInCE tags

 - removed useless class docBlocks
  • Loading branch information
Oleksii Korshenko committed Aug 11, 2017
1 parent b2ce2a3 commit e60d3a2
Show file tree
Hide file tree
Showing 2,738 changed files with 5 additions and 10,957 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

namespace Magento\AdminNotification\Block\Grid\Renderer;

/**
* Class \Magento\AdminNotification\Block\Grid\Renderer\Actions
*
*/
class Actions extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
*/
namespace Magento\AdminNotification\Block\Grid\Renderer;

/**
* Class \Magento\AdminNotification\Block\Grid\Renderer\Notice
*
*/
class Notice extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

use Magento\Framework\Notification\MessageInterface;

/**
* Class \Magento\AdminNotification\Block\Grid\Renderer\Severity
*
*/
class Severity extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
{
/**
Expand Down
4 changes: 0 additions & 4 deletions app/code/Magento/AdminNotification/Block/System/Messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
*/
namespace Magento\AdminNotification\Block\System;

/**
* Class \Magento\AdminNotification\Block\System\Messages
*
*/
class Messages extends \Magento\Backend\Block\Template
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;

/**
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\AjaxMarkAsRead
*
*/
class AjaxMarkAsRead extends \Magento\AdminNotification\Controller\Adminhtml\Notification
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;

/**
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\Index
*
*/
class Index extends \Magento\AdminNotification\Controller\Adminhtml\Notification
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;

/**
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\MarkAsRead
*
*/
class MarkAsRead extends \Magento\AdminNotification\Controller\Adminhtml\Notification
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;

/**
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\MassMarkAsRead
*
*/
class MassMarkAsRead extends \Magento\AdminNotification\Controller\Adminhtml\Notification
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;

/**
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\MassRemove
*
*/
class MassRemove extends \Magento\AdminNotification\Controller\Adminhtml\Notification
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\AdminNotification\Controller\Adminhtml\Notification;

/**
* Class \Magento\AdminNotification\Controller\Adminhtml\Notification\Remove
*
*/
class Remove extends \Magento\AdminNotification\Controller\Adminhtml\Notification
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\AdminNotification\Controller\Adminhtml\System\Message;

/**
* Class \Magento\AdminNotification\Controller\Adminhtml\System\Message\ListAction
*
*/
class ListAction extends \Magento\Backend\App\AbstractAction
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
use Magento\AdvancedPricingImportExport\Model\Export\AdvancedPricing as ExportAdvancedPricing;
use Magento\Catalog\Model\Product as CatalogProduct;

/**
* Class \Magento\AdvancedPricingImportExport\Controller\Adminhtml\Export\GetFilter
*
*/
class GetFilter extends ExportController
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
use Magento\CatalogImportExport\Model\Import\Product\RowValidatorInterface;
use \Magento\Framework\Validator\AbstractValidator;

/**
* Class \Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing\Validator
*
*/
class Validator extends AbstractValidator implements RowValidatorInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
use Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing;
use Magento\CatalogImportExport\Model\Import\Product\RowValidatorInterface;

/**
* Class \Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing\Validator\TierPrice
*
*/
class TierPrice extends \Magento\CatalogImportExport\Model\Import\Product\Validator\AbstractPrice
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
use Magento\CatalogImportExport\Model\Import\Product\Validator\AbstractImportValidator;
use Magento\CatalogImportExport\Model\Import\Product\RowValidatorInterface;

/**
* Class \Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing\Validator\Website
*
*/
class Website extends AbstractImportValidator implements RowValidatorInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

use Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing;

/**
* Class \Magento\AdvancedPricingImportExport\Model\Indexer\Product\Price\Plugin\Import
*
*/
class Import extends \Magento\Catalog\Model\Indexer\Product\Price\Plugin\AbstractPlugin
{
/**
Expand Down
4 changes: 0 additions & 4 deletions app/code/Magento/Authorization/Model/Acl/Loader/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
use Magento\Framework\App\ObjectManager;
use Magento\Framework\Serialize\Serializer\Json;

/**
* Class \Magento\Authorization\Model\Acl\Loader\Role
*
*/
class Role implements \Magento\Framework\Acl\LoaderInterface
{
/**
Expand Down
4 changes: 0 additions & 4 deletions app/code/Magento/Authorization/Model/Acl/Loader/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
use Magento\Framework\App\ObjectManager;
use Magento\Framework\Serialize\Serializer\Json;

/**
* Class \Magento\Authorization\Model\Acl\Loader\Rule
*
*/
class Rule implements \Magento\Framework\Acl\LoaderInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\AddConfigured
*
*/
class AddConfigured extends \Magento\Sales\Controller\Adminhtml\Order\Create\AddConfigured
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Cancel
*
*/
class Cancel extends \Magento\Sales\Controller\Adminhtml\Order\Create\Cancel
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ConfigureProductToAdd
*
*/
class ConfigureProductToAdd extends \Magento\Sales\Controller\Adminhtml\Order\Create\ConfigureProductToAdd
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ConfigureQuoteItems
*
*/
class ConfigureQuoteItems extends \Magento\Sales\Controller\Adminhtml\Order\Create\ConfigureQuoteItems
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Index
*
*/
class Index extends \Magento\Sales\Controller\Adminhtml\Order\Create\Index
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\LoadBlock
*
*/
class LoadBlock extends \Magento\Sales\Controller\Adminhtml\Order\Create\LoadBlock
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ProcessData
*
*/
class ProcessData extends \Magento\Sales\Controller\Adminhtml\Order\Create\ProcessData
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Reorder
*
*/
class Reorder extends \Magento\Sales\Controller\Adminhtml\Order\Create\Reorder
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ReturnQuote
*
*/
class ReturnQuote extends \Magento\Sales\Controller\Adminhtml\Order\Create
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Save
*
*/
class Save extends \Magento\Sales\Controller\Adminhtml\Order\Create\Save
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\ShowUpdateResult
*
*/
class ShowUpdateResult extends \Magento\Sales\Controller\Adminhtml\Order\Create\ShowUpdateResult
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Start
*
*/
abstract class Start extends \Magento\Sales\Controller\Adminhtml\Order\Create
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Directpost\Payment\BackendResponse
*
*/
class BackendResponse extends \Magento\Authorizenet\Controller\Directpost\Payment
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Directpost\Payment\Response
*
*/
class Response extends \Magento\Authorizenet\Controller\Directpost\Payment
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
namespace Magento\Authorizenet\Controller\Directpost\Payment;

/**
* Class \Magento\Authorizenet\Controller\Directpost\Payment\ReturnQuote
*
*/
class ReturnQuote extends \Magento\Authorizenet\Controller\Directpost\Payment
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
use Magento\Framework\Event\ObserverInterface;
use Magento\Sales\Model\Order;

/**
* Class \Magento\Authorizenet\Observer\AddFieldsToResponseObserver
*
*/
class AddFieldsToResponseObserver implements ObserverInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
use Magento\Framework\Event\ObserverInterface;
use Magento\Sales\Model\Order;

/**
* Class \Magento\Authorizenet\Observer\SaveOrderAfterSubmitObserver
*
*/
class SaveOrderAfterSubmitObserver implements ObserverInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
use Magento\Framework\Event\ObserverInterface;
use Magento\Sales\Model\Order;

/**
* Class \Magento\Authorizenet\Observer\UpdateAllEditIncrementsObserver
*
*/
class UpdateAllEditIncrementsObserver implements ObserverInterface
{
/**
Expand Down
Loading

0 comments on commit e60d3a2

Please sign in to comment.