Skip to content

Commit 7621060

Browse files
committed
MAGETWO-80566: Update doc block information in php classes with @deprecated and @SInCE tags
1 parent d454909 commit 7621060

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function execute()
117117
* Return select for remove unnecessary data
118118
*
119119
* @return \Magento\Framework\DB\Select
120-
* @deprecated Not needed anymore.
120+
* @deprecated 102.0.1 Not needed anymore.
121121
*/
122122
protected function getSelectUnnecessaryData()
123123
{
@@ -143,7 +143,7 @@ protected function getSelectUnnecessaryData()
143143
*
144144
* @return void
145145
*
146-
* @deprecated Not needed anymore.
146+
* @deprecated 102.0.1 Not needed anymore.
147147
*/
148148
protected function removeUnnecessaryData()
149149
{

lib/internal/Magento/Framework/CurrencyInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function isLess($value, $currency = null);
240240
* Returns the set service class
241241
*
242242
* @return \Zend_Currency_CurrencyInterface
243-
* @deprecated
243+
* @deprecated 101.0.1
244244
* @see \Magento\Directory\Model\Currency\Import\ImportInterface
245245
*/
246246
public function getService();
@@ -250,7 +250,7 @@ public function getService();
250250
*
251251
* @param string|\Zend_Currency_CurrencyInterface $service Service class
252252
* @return \Zend_Currency_CurrencyInterface
253-
* @deprecated
253+
* @deprecated 101.0.1
254254
* @see \Magento\Directory\Model\Currency\Import\ImportInterface
255255
*/
256256
public function setService($service);

lib/internal/Magento/Framework/Module/Setup/Migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ public function getCompositeModules()
703703
* @return string|int|float|bool|array|null
704704
* @throws \InvalidArgumentException
705705
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
706-
* @deprecated
706+
* @deprecated 101.0.1
707707
* @see \Magento\Framework\Module\Setup\Migration::jsonDecode
708708
*/
709709
protected function _jsonDecode($encodedValue, $objectDecodeType = 1)

lib/internal/Magento/Framework/Stdlib/DateTime.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function isEmptyDate($date)
7979
* @param int $time
8080
* @return string The given time in given format
8181
*
82-
* @deprecated
82+
* @deprecated 101.0.1
8383
* @see Use Intl library for datetime handling: http://php.net/manual/en/book.intl.php
8484
*
8585
* @codeCoverageIgnore
@@ -95,7 +95,7 @@ public function gmDate($format, $time)
9595
* @param string $timeStr
9696
* @return int
9797
*
98-
* @deprecated
98+
* @deprecated 101.0.1
9999
* @see Use Intl library for datetime handling: http://php.net/manual/en/book.intl.php
100100
*
101101
* @codeCoverageIgnore

lib/internal/Magento/Framework/Webapi/Rest/Request/Deserializer/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Json implements \Magento\Framework\Webapi\Rest\Request\DeserializerInterfa
1414
{
1515
/**
1616
* @var \Magento\Framework\Json\Decoder
17-
* @deprecated
17+
* @deprecated 101.0.1
1818
*/
1919
protected $decoder;
2020

setup/src/Magento/Setup/Model/ConfigGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ConfigGenerator
4747

4848
/**
4949
* @var Random
50-
* @deprecated since 100.2.0
50+
* @deprecated 100.2.0
5151
*/
5252
protected $random;
5353

0 commit comments

Comments
 (0)