Skip to content

Commit ba64a4f

Browse files
author
Korshenko, Olexii(okorshenko)
committed
Merge pull request #62 from magento-troll/MAGETWO-44707
MAGETWO-44707: Remove @api sign from CatalogInventory module
2 parents c42d2cf + d9b7daa commit ba64a4f

18 files changed

+0
-18
lines changed

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

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

1414
/**
1515
* Interface StockCollectionInterface
16-
* @api
1716
*/
1817
interface StockCollectionInterface extends SearchResultsInterface
1918
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/**
1111
* Interface Stock
12-
* @api
1312
*/
1413
interface StockInterface extends ExtensibleDataInterface
1514
{

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

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

1414
/**
1515
* Interface StockItemCollectionInterface
16-
* @api
1716
*/
1817
interface StockItemCollectionInterface extends SearchResultsInterface
1918
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/**
1111
* Interface StockItem
12-
* @api
1312
*/
1413
interface StockItemInterface extends ExtensibleDataInterface
1514
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/**
1111
* Stock Status collection interface
12-
* @api
1312
*/
1413
interface StockStatusCollectionInterface extends SearchResultsInterface
1514
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/**
1111
* Interface StockStatusInterface
12-
* @api
1312
*/
1413
interface StockStatusInterface extends ExtensibleDataInterface
1514
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockConfigurationInterface
10-
* @api
1110
*/
1211
interface StockConfigurationInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockCriteriaInterface
10-
* @api
1110
*/
1211
interface StockCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockIndexInterface
10-
* @api
1110
*/
1211
interface StockIndexInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockItemCriteriaInterface
10-
* @api
1110
*/
1211
interface StockItemCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockItemRepository
10-
* @api
1110
*/
1211
interface StockItemRepositoryInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockManagementInterface
10-
* @api
1110
*/
1211
interface StockManagementInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockRegistryInterface
10-
* @api
1110
*/
1211
interface StockRegistryInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockRepositoryInterface
10-
* @api
1110
*/
1211
interface StockRepositoryInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockStateInterface
10-
* @api
1110
*/
1211
interface StockStateInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockStatusCriteriaInterface
10-
* @api
1110
*/
1211
interface StockStatusCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
1312
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface StockStatusRepositoryInterface
10-
* @api
1110
*/
1211
interface StockStatusRepositoryInterface
1312
{

app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/StockInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* CatalogInventory Stock Indexer Interface
10-
* @api
1110
*/
1211
interface StockInterface
1312
{

0 commit comments

Comments
 (0)