Skip to content

Commit 7a32612

Browse files
committed
MSI-1735: Add @deprecated PHP DocBlock to all public interfaces and extension points of module CatalogInventory
1 parent 011029d commit 7a32612

33 files changed

+99
-66
lines changed

app/code/Magento/CatalogInventory/Api/Data/StockCollectionInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
* @api
1717
* @since 100.0.2
1818
*
19-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
20-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
19+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
20+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
21+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
2122
*/
2223
interface StockCollectionInterface extends SearchResultsInterface
2324
{

app/code/Magento/CatalogInventory/Api/Data/StockInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
* @api
1313
* @since 100.0.2
1414
*
15-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
16-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
15+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
16+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
17+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
1718
*/
1819
interface StockInterface extends ExtensibleDataInterface
1920
{

app/code/Magento/CatalogInventory/Api/Data/StockItemCollectionInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
* @api
1717
* @since 100.0.2
1818
*
19-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
20-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
19+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
20+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
21+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
2122
*/
2223
interface StockItemCollectionInterface extends SearchResultsInterface
2324
{

app/code/Magento/CatalogInventory/Api/Data/StockItemInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
* @api
1313
* @since 100.0.2
1414
*
15-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
16-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
15+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
16+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
17+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
1718
*/
1819
interface StockItemInterface extends ExtensibleDataInterface
1920
{

app/code/Magento/CatalogInventory/Api/Data/StockStatusCollectionInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
* @api
1313
* @since 100.0.2
1414
*
15-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
16-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
15+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
16+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
17+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
1718
*/
1819
interface StockStatusCollectionInterface extends SearchResultsInterface
1920
{

app/code/Magento/CatalogInventory/Api/Data/StockStatusInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
* @api
1313
* @since 100.0.2
1414
*
15-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
16-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
15+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
16+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
17+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
1718
*/
1819
interface StockStatusInterface extends ExtensibleDataInterface
1920
{

app/code/Magento/CatalogInventory/Api/RegisterProductSaleInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
/**
1414
* @api
1515
*
16-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
17-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
16+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
17+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
18+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
1819
*/
1920
interface RegisterProductSaleInterface
2021
{

app/code/Magento/CatalogInventory/Api/RevertProductSaleInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
/**
1111
* @api
1212
*
13-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
14-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
13+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
14+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
15+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
1516
*/
1617
interface RevertProductSaleInterface
1718
{

app/code/Magento/CatalogInventory/Api/StockConfigurationInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
* @api
1111
* @since 100.0.2
1212
*
13-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
14-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
13+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
14+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
15+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
1516
*/
1617
interface StockConfigurationInterface
1718
{

app/code/Magento/CatalogInventory/Api/StockCriteriaInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
* @api
1111
* @since 100.0.2
1212
*
13-
* @deprecated CatalogInventory will be replaced by Multi-Source Inventory (MSI)
14-
* see https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/inventory.html
13+
* @deprecated 2.3.0 Replaced with Multi Source Inventory
14+
* @link https://devdocs.magento.com/guides/v2.3/inventory/index.html
15+
* @link https://devdocs.magento.com/guides/v2.3/inventory/catalog-inventory-replacements.html
1516
*/
1617
interface StockCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
1718
{

0 commit comments

Comments
 (0)