Skip to content

Commit 163477d

Browse files
committed
MAGETWO-36095: Remove Banners API annotation
1 parent 927e8e2 commit 163477d

File tree

8 files changed

+20
-3
lines changed

8 files changed

+20
-3
lines changed

app/code/Magento/Captcha/Model/ModelInterface.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
*/
88
namespace Magento\Captcha\Model;
99

10+
/**
11+
* Captcha Model Interface
12+
*
13+
* @api
14+
*/
1015
interface ModelInterface
1116
{
1217
/**

app/code/Magento/Cms/Api/BlockRepositoryInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* CMS block CRUD interface.
12+
*
13+
* @api
1214
*/
1315
interface BlockRepositoryInterface
1416
{

app/code/Magento/Cms/Api/Data/BlockInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* CMS block interface.
10+
*
11+
* @api
1012
*/
1113
interface BlockInterface
1214
{

app/code/Magento/Cms/Api/Data/BlockSearchResultsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* Interface for cms block search results.
12+
*
13+
* @api
1214
*/
1315
interface BlockSearchResultsInterface extends SearchResultsInterface
1416
{

app/code/Magento/Cms/Api/Data/PageInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* CMS page interface.
10+
*
11+
* @api
1012
*/
1113
interface PageInterface
1214
{

app/code/Magento/Cms/Api/Data/PageSearchResultsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* Interface for cms page search results.
12+
*
13+
* @api
1214
*/
1315
interface PageSearchResultsInterface extends SearchResultsInterface
1416
{

app/code/Magento/Cms/Api/PageRepositoryInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* CMS page CRUD interface.
12+
*
13+
* @api
1214
*/
1315
interface PageRepositoryInterface
1416
{

app/code/Magento/Widget/Model/Widget.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
// @codingStandardsIgnoreFile
88

9+
namespace Magento\Widget\Model;
10+
911
/**
1012
* Widget model for different purposes
1113
*
12-
* @author Magento Core Team <core@magentocommerce.com>
14+
* @api
1315
*/
14-
namespace Magento\Widget\Model;
15-
1616
class Widget
1717
{
1818
/**

0 commit comments

Comments
 (0)