Skip to content

Commit e5e866b

Browse files
committed
Updated deprecation doc annotations
1 parent f1d54cb commit e5e866b

File tree

149 files changed

+246
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+246
-243
lines changed

app/code/Magento/Catalog/Api/SpecialPriceInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ interface SpecialPriceInterface
3232
* @since 101.1.0
3333
* @since 102.0.0
3434
* @since 102.0.0
35+
* @since 102.0.0
3536
*/
3637
public function get(array $skus);
3738

app/code/Magento/Catalog/Model/Template/Filter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Filter extends \Magento\Framework\Filter\Template
2828
* Whether to allow SID in store directive: NO
2929
*
3030
* @var bool
31-
* @deprecated SID query parameter is not used in URLs anymore.
31+
* @deprecated 103.0.5 SID query parameter is not used in URLs anymore.
3232
*/
3333
protected $_useSessionInUrl = false;
3434

@@ -81,7 +81,7 @@ public function setUseAbsoluteLinks($flag)
8181
* @param bool $flag
8282
* @return $this
8383
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
84-
* @deprecated SID query parameter is not used in URLs anymore.
84+
* @deprecated 103.0.5 SID query parameter is not used in URLs anymore.
8585
*/
8686
public function setUseSessionInUrl($flag)
8787
{

app/code/Magento/Catalog/ViewModel/Product/Breadcrumbs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function getJsonConfigurationHtmlEscaped() : string
117117
* Returns breadcrumb json.
118118
*
119119
* @return string
120-
* @deprecated 103.0.0 in favor of new method with name {suffix}Html{postfix}()
120+
* @deprecated 102.0.11 in favor of new method with name {suffix}Html{postfix}()
121121
*/
122122
public function getJsonConfiguration()
123123
{

app/code/Magento/CatalogRule/Model/Indexer/IndexBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ private function assignProductToRule(Rule $rule, int $productEntityId, array $we
446446
* @param Product $product
447447
* @return $this
448448
* @throws \Exception
449-
* @deprecated
449+
* @deprecated 101.1.5
450450
* @see ReindexRuleProduct::execute
451451
* @SuppressWarnings(PHPMD.NPathComplexity)
452452
*/

app/code/Magento/Elasticsearch/Block/Adminhtml/System/Config/Elasticsearch5/TestConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Elasticsearch 5x test connection block
1010
* @codeCoverageIgnore
11-
* @deprecated because of EOL for Elasticsearch5
11+
* @deprecated 100.3.5 because of EOL for Elasticsearch5
1212
*/
1313
class TestConnection extends \Magento\AdvancedSearch\Block\Adminhtml\System\Config\TestConnection
1414
{

app/code/Magento/Elasticsearch/Block/Adminhtml/System/Config/TestConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Elasticsearch test connection block
1010
* @codeCoverageIgnore
11-
* @deprecated because of EOL for Elasticsearch2
11+
* @deprecated 100.3.5 because of EOL for Elasticsearch2
1212
*/
1313
class TestConnection extends \Magento\AdvancedSearch\Block\Adminhtml\System\Config\TestConnection
1414
{

app/code/Magento/Elasticsearch/Elasticsearch5/Model/Client/Elasticsearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Elasticsearch client
1313
*
14-
* @deprecated the Elasticsearch 5 doesn't supported due to EOL
14+
* @deprecated 100.3.5 the Elasticsearch 5 doesn't supported due to EOL
1515
*/
1616
class Elasticsearch implements ClientInterface
1717
{

app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Provide data mapping for categories fields
1717
*
18-
* @deprecated because of EOL for Elasticsearch2
18+
* @deprecated 100.3.5 because of EOL for Elasticsearch2
1919
*/
2020
class CategoryFieldsProvider implements AdditionalFieldsProviderInterface
2121
{

app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Data mapper factory uses to create appropriate mapper class
1515
*
16-
* @deprecated because of EOL for Elasticsearch2
16+
* @deprecated 100.3.5 because of EOL for Elasticsearch2
1717
*/
1818
class DataMapperFactory
1919
{

app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Map index data to search engine metadata
1515
*
16-
* @deprecated because of EOL for Elasticsearch2
16+
* @deprecated 100.3.5 because of EOL for Elasticsearch2
1717
*/
1818
class DataMapperResolver implements BatchDataMapperInterface
1919
{

0 commit comments

Comments
 (0)