Skip to content

Commit

Permalink
Merge pull request #1387 from magento-engcom/MAGETWO-71174
Browse files Browse the repository at this point in the history
[EngCom] DocBlock Update
  • Loading branch information
Oleksii Korshenko authored Aug 7, 2017
2 parents ef19ca6 + 0ae11d7 commit e8976ad
Show file tree
Hide file tree
Showing 2,849 changed files with 3,019 additions and 14,425 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Magento\Store\Model\Store;

/**
* @deprecated 2.1.0
* @deprecated 100.1.0
*/
class Baseurl implements \Magento\Framework\Notification\MessageInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* @api
* @since 2.2.0
* @since 100.2.0
*/
class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
{
Expand All @@ -22,7 +22,7 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
* @param SynchronizedFactory $messageCollectionFactory
* @param array $meta
* @param array $data
* @since 2.2.0
* @since 100.2.0
*/
public function __construct(
$name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ protected function correctExportData($exportData)
*
* @param string $tierPricePercentage
* @return string
* @since 2.2.0
*/
private function tierPriceTypeValue($tierPricePercentage)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ class AdvancedPricing extends \Magento\ImportExport\Model\Import\Entity\Abstract
* Product entity link field
*
* @var string
* @since 2.1.0
*/
private $productEntityLinkField;

Expand Down Expand Up @@ -620,7 +619,6 @@ protected function processCountNewPrices(array $tierPrices)
* Get product entity link field
*
* @return string
* @since 2.1.0
*/
private function getProductEntityLinkField()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@

/**
* Class TierPriceType validates tier price type.
* @since 2.2.0
*/
class TierPriceType extends \Magento\CatalogImportExport\Model\Import\Product\Validator\AbstractImportValidator
{
/**
* {@inheritdoc}
* @since 2.2.0
*/
public function init($context)
{
Expand All @@ -29,7 +27,6 @@ public function init($context)
*
* @param array $value
* @return bool
* @since 2.2.0
*/
public function isValid($value)
{
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 @@ -38,19 +38,16 @@ class Role implements \Magento\Framework\Acl\LoaderInterface

/**
* @var \Magento\Framework\Acl\Data\CacheInterface
* @since 2.2.0
*/
private $aclDataCache;

/**
* @var Json
* @since 2.2.0
*/
private $serializer;

/**
* @var string
* @since 2.2.0
*/
private $cacheKey;

Expand Down Expand Up @@ -110,7 +107,6 @@ public function populateAcl(\Magento\Framework\Acl $acl)
* Get application ACL roles array
*
* @return array
* @since 2.2.0
*/
private function getRolesArray()
{
Expand Down
5 changes: 0 additions & 5 deletions app/code/Magento/Authorization/Model/Acl/Loader/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,21 @@ class Rule implements \Magento\Framework\Acl\LoaderInterface

/**
* @var \Magento\Framework\Acl\RootResource
* @since 2.2.0
*/
private $_rootResource;

/**
* @var \Magento\Framework\Acl\Data\CacheInterface
* @since 2.2.0
*/
private $aclDataCache;

/**
* @var Json
* @since 2.2.0
*/
private $serializer;

/**
* @var string
* @since 2.2.0
*/
private $cacheKey;

Expand Down Expand Up @@ -104,7 +100,6 @@ public function populateAcl(\Magento\Framework\Acl $acl)
* Get application ACL rules array.
*
* @return array
* @since 2.2.0
*/
private function getRulesArray()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Admin permissions collection
*
* @deprecated 2.2.0
* @deprecated 100.2.0
* @see \Magento\Authorization\Model\ResourceModel\Rules\Collection
*/
class Collection extends \Magento\Authorization\Model\ResourceModel\Rules\Collection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Rules extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb

/**
* @var \Magento\Framework\Acl\Data\CacheInterface
* @since 2.2.0
*/
private $aclDataCache;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class BackendResponse extends \Magento\Authorizenet\Controller\Directpost\Paymen
* Action for Authorize.net SIM Relay Request.
*
* @return \Magento\Framework\Controller\ResultInterface
* @since 2.1.0
*/
public function execute()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class Place extends Payment
* Logger for exception details
*
* @var LoggerInterface
* @since 2.2.0
*/
private $logger;

Expand Down
5 changes: 1 addition & 4 deletions app/code/Magento/Authorizenet/Model/Directpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class Directpost extends \Magento\Authorizenet\Model\Authorizenet implements Tra

/**
* @var \Psr\Log\LoggerInterface
* @since 2.1.0
*/
private $psrLogger;

Expand Down Expand Up @@ -984,8 +983,7 @@ protected function getTransactionResponse($transactionId)
/**
* @return \Psr\Log\LoggerInterface
*
* @deprecated 2.1.0
* @since 2.1.0
* @deprecated 100.1.0
*/
private function getPsrLogger()
{
Expand All @@ -1002,7 +1000,6 @@ private function getPsrLogger()
*
* @param string $fdsFilterAction
* @return bool
* @since 2.2.0
*/
private function fdsFilterActionIsReportOnly($fdsFilterAction)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class MassactionKey
*
* @return void
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
* @since 2.2.0
*/
public function beforeDispatch(AbstractAction $subject, RequestInterface $request)
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Backend/App/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ class Config implements ConfigInterface
{
/**
* @var \Magento\Framework\App\Config
* @since 2.1.3
*/
protected $appConfig;

/**
* @var array
* @since 2.1.3
*/
private $data;

Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Backend/App/ConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getValue($path);
/**
* Set config value
*
* @deprecated 2.1.3
* @deprecated 100.1.2
* @param string $path
* @param mixed $value
* @return void
Expand Down
7 changes: 0 additions & 7 deletions app/code/Magento/Backend/Block/AnchorRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,22 @@

/**
* Class AnchorRenderer
* @since 2.2.0
*/
class AnchorRenderer
{
/**
* @var MenuItemChecker
* @since 2.2.0
*/
private $menuItemChecker;

/**
* @var Escaper
* @since 2.2.0
*/
private $escaper;

/**
* @param MenuItemChecker $menuItemChecker
* @param Escaper $escaper
* @since 2.2.0
*/
public function __construct(
MenuItemChecker $menuItemChecker,
Expand All @@ -49,7 +45,6 @@ public function __construct(
* @param Item $menuItem
* @param int $level
* @return string
* @since 2.2.0
*/
public function renderAnchor($activeItem, Item $menuItem, $level)
{
Expand Down Expand Up @@ -79,7 +74,6 @@ public function renderAnchor($activeItem, Item $menuItem, $level)
*
* @param Item $menuItem
* @return string
* @since 2.2.0
*/
private function _renderItemAnchorTitle($menuItem)
{
Expand All @@ -91,7 +85,6 @@ private function _renderItemAnchorTitle($menuItem)
*
* @param Item $menuItem
* @return string
* @since 2.2.0
*/
private function _renderItemOnclickFunction($menuItem)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@

/**
* Class checks that action can be displayed on massaction list
* @since 2.2.0
*/
class ProductionModeVisibilityChecker implements VisibilityCheckerInterface
{
/**
* @var State
* @since 2.2.0
*/
private $state;

/**
* @param State $state
* @since 2.2.0
*/
public function __construct(State $state)
{
Expand All @@ -31,7 +28,6 @@ public function __construct(State $state)

/**
* {@inheritdoc}
* @since 2.2.0
*/
public function isVisible()
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Backend/Block/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,11 @@ class Menu extends \Magento\Backend\Block\Template

/**
* @var MenuItemChecker
* @since 2.2.0
*/
private $menuItemChecker;

/**
* @var AnchorRenderer
* @since 2.2.0
*/
private $anchorRenderer;

Expand Down
3 changes: 0 additions & 3 deletions app/code/Magento/Backend/Block/MenuItemChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

/**
* Class MenuItemChecker
* @since 2.2.0
*/
class MenuItemChecker
{
Expand All @@ -23,7 +22,6 @@ class MenuItemChecker
* @param Item $item
* @param int $level
* @return bool
* @since 2.2.0
*/
public function isItemActive($activeItem, Item $item, $level)
{
Expand All @@ -42,7 +40,6 @@ public function isItemActive($activeItem, Item $item, $level)
* @param Item $activeItem,
* @param Item $item
* @return bool
* @since 2.2.0
*/
private function isActiveItemEqualOrChild($activeItem, $item)
{
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Backend/Block/Page/Footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ class Footer extends \Magento\Backend\Block\Template

/**
* @var \Magento\Framework\App\ProductMetadataInterface
* @since 2.1.0
* @since 100.1.0
*/
protected $productMetadata;

/**
* @param \Magento\Backend\Block\Template\Context $context
* @param \Magento\Framework\App\ProductMetadataInterface $productMetadata
* @param array $data
* @since 2.1.0
* @since 100.1.0
*/
public function __construct(
\Magento\Backend\Block\Template\Context $context,
Expand All @@ -51,7 +51,7 @@ protected function _construct()
* Get product version
*
* @return string
* @since 2.1.0
* @since 100.1.0
*/
public function getMagentoVersion()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* "Reset to Defaults" button renderer
*
* @deprecated 2.2.0
* @deprecated 100.2.0
* @author Magento Core Team <[email protected]>
*/
class Reset extends \Magento\Config\Block\System\Config\Form\Field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Form extends \Magento\Backend\Block\Widget\Form\Generic
* Operates with deployed locales.
*
* @var OptionInterface
* @since 2.2.0
*/
private $deployedLocales;

Expand Down
Loading

0 comments on commit e8976ad

Please sign in to comment.