Skip to content

Commit 227208e

Browse files
author
Oleksii Korshenko
committed
MAGETWO-71174: Update doc block information in php classes with @deprecated and @SInCE tags
1 parent 061ae6b commit 227208e

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

app/code/Magento/Catalog/Model/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Category extends \Magento\Catalog\Model\AbstractModel implements
113113
* URL rewrite model
114114
*
115115
* @var \Magento\UrlRewrite\Model\UrlRewrite
116-
* @deprecated 101.1.0 since 2.2.0
116+
* @deprecated 101.1.0
117117
*/
118118
protected $_urlRewrite;
119119

app/code/Magento/ConfigurableProduct/Model/Product/VariationHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function generateSimpleProducts($parentProduct, $productsData)
113113
/**
114114
* Prepare attribute set comprising all selected configurable attributes
115115
*
116-
* @deprecated 100.1.0 since 2.1.0
116+
* @deprecated 100.1.0
117117
* @param \Magento\Catalog\Model\Product $product
118118
* @return void
119119
*/

app/code/Magento/Theme/Model/Theme/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Theme filesystem collection
1010
*
11-
* @deprecated 100.2.0 since 2.2.0 There is no need for the class provided themes list to be in Theme module
11+
* @deprecated 100.2.0 There is no need for the class provided themes list to be in Theme module
1212
*/
1313
class Collection extends \Magento\Framework\View\Design\Theme\ThemeList
1414
{

app/code/Magento/Vault/Model/Method/NullPaymentProvider.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function canUseForCurrency($currencyCode)
274274
*
275275
* @return string
276276
*
277-
* @deprecated 100.1.0 100.1.0 2.1.0
277+
* @deprecated 100.1.0
278278
*/
279279
public function getInfoBlockType()
280280
{
@@ -287,7 +287,7 @@ public function getInfoBlockType()
287287
* @return InfoInterface
288288
* @throws \Magento\Framework\Exception\LocalizedException
289289
*
290-
* @deprecated 100.1.0 100.1.0 2.1.0
290+
* @deprecated 100.1.0
291291
*/
292292
public function getInfoInstance()
293293
{
@@ -300,7 +300,7 @@ public function getInfoInstance()
300300
* @param InfoInterface $info
301301
* @return void
302302
*
303-
* @deprecated 100.1.0 100.1.0 2.1.0
303+
* @deprecated 100.1.0
304304
*/
305305
public function setInfoInstance(InfoInterface $info)
306306
{
@@ -488,7 +488,7 @@ public function isActive($storeId = null)
488488
* @return $this
489489
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
490490
*
491-
* @deprecated 100.1.0 100.1.0 2.1.0
491+
* @deprecated 100.1.0
492492
*/
493493
public function initialize($paymentAction, $stateObject)
494494
{

app/code/Magento/Vault/Model/Ui/Adminhtml/TokensConfigProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private function getOrderPaymentEntityId()
251251
/**
252252
* Get payment data helper instance
253253
* @return Data
254-
* @deprecated 100.1.0 100.1.0 2.1.0
254+
* @deprecated 100.1.0
255255
*/
256256
private function getPaymentDataHelper()
257257
{
@@ -264,7 +264,7 @@ private function getPaymentDataHelper()
264264
/**
265265
* Returns order repository instance
266266
* @return OrderRepositoryInterface
267-
* @deprecated 100.2.0 100.2.0 2.1.3
267+
* @deprecated 100.2.0
268268
*/
269269
private function getOrderRepository()
270270
{
@@ -279,7 +279,7 @@ private function getOrderRepository()
279279
/**
280280
* Returns payment token management instance
281281
* @return PaymentTokenManagementInterface
282-
* @deprecated 100.2.0 100.2.0 2.1.3
282+
* @deprecated 100.2.0
283283
*/
284284
private function getPaymentTokenManagement()
285285
{

app/code/Magento/Vault/Model/Ui/TokensConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private function getComponentProvider($vaultProviderCode)
141141
/**
142142
* Get instance of vault payment list instance
143143
* @return PaymentMethodListInterface
144-
* @deprecated 100.2.0 100.2.0 2.1.3
144+
* @deprecated 100.2.0
145145
*/
146146
private function getVaultPaymentList()
147147
{

app/code/Magento/Vault/Model/Ui/VaultConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getConfig()
8282
/**
8383
* Get vault payment list instance
8484
* @return PaymentMethodListInterface
85-
* @deprecated 100.2.0 100.2.0 2.1.3
85+
* @deprecated 100.2.0
8686
*/
8787
private function getVaultPaymentList()
8888
{

lib/internal/Magento/Framework/App/TemplateTypesInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Template Types interface
1010
*
11-
* @deprecated 100.2.0 since 2.2.0 because of incorrect location
11+
* @deprecated 100.2.0 because of incorrect location
1212
*/
1313
interface TemplateTypesInterface
1414
{

lib/internal/Magento/Framework/App/ViewInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Later replaced with Magento\Framework\View\Result component
1111
*
1212
* @api
13-
* @deprecated 100.2.0 since 2.2.0
13+
* @deprecated 100.2.0
1414
* @see \Magento\Framework\View\Result\Layout
1515
*/
1616
interface ViewInterface

lib/internal/Magento/Framework/View/Asset/Bundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* Bundle model
16-
* @deprecated 100.2.0 since 2.2.0
16+
* @deprecated 100.2.0
1717
* @see \Magento\Deploy\Package\Bundle
1818
*/
1919
class Bundle

0 commit comments

Comments
 (0)