Skip to content

Commit 94cd9b8

Browse files
author
Viktor Paladiychuk
committed
MAGETWO-60598: @api annotation coverage
1 parent bbe928e commit 94cd9b8

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

app/code/Magento/Backend/Block/Widget/ContainerInterface.php

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

77
namespace Magento\Backend\Block\Widget;
88

9+
/**
10+
* @api
11+
*/
912
interface ContainerInterface extends \Magento\Backend\Block\Widget\Button\ContextInterface
1013
{
1114
/**

lib/internal/Magento/Framework/View/Layout/Element.php

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

88
/**
99
* Class Element
10+
*
11+
* @api
1012
*/
1113
class Element extends \Magento\Framework\Simplexml\Element
1214
{

lib/internal/Magento/Framework/View/Layout/Generator/Context.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Magento\Framework\View\Layout;
99
use Magento\Framework\View\LayoutInterface;
1010

11+
/**
12+
* @api
13+
*/
1114
class Context
1215
{
1316
/**

lib/internal/Magento/Framework/View/Layout/Reader/Context.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Magento\Framework\View\Layout;
99
use Magento\Framework\View\Page;
1010

11+
/**
12+
* @api
13+
*/
1114
class Context
1215
{
1316
/**

lib/internal/Magento/Framework/View/TemplateEngine/Xhtml/CompilerInterface.php

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

1010
/**
1111
* Interface CompilerInterface
12+
*
13+
* @api
1214
*/
1315
interface CompilerInterface
1416
{

0 commit comments

Comments
 (0)