Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 02fdf96

Browse files
author
Alex Paliarush
committed
MAGETWO-75523: Run tool for setting deprecated tag versions
1 parent 09d662e commit 02fdf96

File tree

32 files changed

+88
-100
lines changed

32 files changed

+88
-100
lines changed

app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ protected function _getSelectedOptions()
165165
* @param \Magento\Bundle\Model\Option $option
166166
* @param mixed $selectionId
167167
* @return void
168+
* @since 100.2.0
168169
*/
169170
protected function assignSelection(\Magento\Bundle\Model\Option $option, $selectionId)
170171
{

app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Multi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Multi extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Optio
2020

2121
/**
2222
* @inheritdoc
23+
* @since 100.2.0
2324
*/
2425
protected function assignSelection(\Magento\Bundle\Model\Option $option, $selectionId)
2526
{

app/code/Magento/Catalog/Model/Indexer/Product/Price/UpdateIndexInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Defines strategy for updating price index
1212
*
1313
* @api
14+
* @since 101.1.0
1415
*/
1516
interface UpdateIndexInterface
1617
{
@@ -20,6 +21,7 @@ interface UpdateIndexInterface
2021
* @param GroupInterface $group
2122
* @param bool $isGroupNew
2223
* @return void
24+
* @since 101.1.0
2325
*/
2426
public function update(GroupInterface $group, $isGroupNew);
2527
}

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/BatchSizeCalculator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class BatchSizeCalculator
2323

2424
/**
2525
* @var \Magento\Catalog\Model\ResourceModel\Product\Indexer\Price\CompositeProductBatchSizeAdjusterInterface[]
26-
* @since 2.2.0
2726
*/
2827
private $batchSizeAdjusters;
2928

@@ -32,7 +31,6 @@ class BatchSizeCalculator
3231
* @param array $batchRowsCount
3332
* @param array $estimators
3433
* @param array $batchSizeAdjusters
35-
* @since 2.2.0
3634
*/
3735
public function __construct(array $batchRowsCount, array $estimators, array $batchSizeAdjusters)
3836
{

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/CompositeProductBatchSizeAdjusterInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/**
1010
* Correct batch size according to number of composite related items.
1111
* @api
12+
* @since 101.1.0
1213
*/
1314
interface CompositeProductBatchSizeAdjusterInterface
1415
{
@@ -17,6 +18,7 @@ interface CompositeProductBatchSizeAdjusterInterface
1718
*
1819
* @param int $batchSize
1920
* @return int
21+
* @since 101.1.0
2022
*/
2123
public function adjust($batchSize);
2224
}

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/CompositeProductRowSizeEstimator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ class CompositeProductRowSizeEstimator implements IndexTableRowSizeEstimatorInte
3232

3333
/**
3434
* @var CompositeProductRelationsCalculator
35-
* @since 2.2.0
3635
*/
3736
private $compositeProductRelationsCalculator;
3837

3938
/**
4039
* @param WebsiteManagementInterface $websiteManagement
4140
* @param CollectionFactory $collectionFactory
4241
* @param CompositeProductRelationsCalculator $compositeProductRelationsCalculator
43-
* @since 2.2.0
4442
*/
4543
public function __construct(
4644
WebsiteManagementInterface $websiteManagement,

app/code/Magento/Catalog/Pricing/Price/TierPrice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TierPrice extends AbstractPrice implements TierPriceInterface, BasePricePr
3131

3232
/**
3333
* @var Session
34-
* @deprecated
34+
* @deprecated 101.1.0
3535
*/
3636
protected $customerSession;
3737

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class Product extends \Magento\ImportExport\Model\Export\Entity\AbstractEntity
161161
* Header columns for export file
162162
*
163163
* @var array
164-
* @deprecated
164+
* @deprecated 100.2.0
165165
*/
166166
protected $_headerColumns = [];
167167

@@ -699,7 +699,7 @@ public function _getHeaderColumns()
699699
* @param array $customOptionsData
700700
* @param array $stockItemRows
701701
* @return void
702-
* @deprecated Logic will be moved to _getHeaderColumns in future release
702+
* @deprecated 100.2.0 Logic will be moved to _getHeaderColumns in future release
703703
*
704704
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
705705
*/

app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class StockItemRepository implements StockItemRepositoryInterface
7777

7878
/**
7979
* @var Processor
80-
* @deprecated
80+
* @deprecated 100.2.0
8181
*/
8282
protected $indexProcessor;
8383

app/code/Magento/Cms/Ui/Component/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(
5757
}
5858

5959
/**
60-
* @deprecated 101.1.0
60+
* @deprecated 101.0.7
6161
* @return AuthorizationInterface|mixed
6262
*/
6363
private function getAuthorizationInstance()

0 commit comments

Comments
 (0)