Skip to content

Commit 5db4507

Browse files
committed
MAGETWO-60598: @api annotation coverage
- Remove api annotation duplicates after merge;
1 parent b367271 commit 5db4507

File tree

22 files changed

+0
-22
lines changed

22 files changed

+0
-22
lines changed

app/code/Magento/Backend/App/AbstractAction.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* @api
1212
* @SuppressWarnings(PHPMD.NumberOfChildren)
1313
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
14-
* @api
1514
*/
1615
abstract class AbstractAction extends \Magento\Framework\App\Action\Action
1716
{

app/code/Magento/Backend/App/Action.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/**
1313
* @api
1414
* @SuppressWarnings(PHPMD.NumberOfChildren)
15-
* @api
1615
*/
1716
abstract class Action extends \Magento\Backend\App\AbstractAction
1817
{

app/code/Magento/Backend/App/Action/Context.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*
2121
* @api
2222
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23-
* @api
2423
*/
2524
class Context extends \Magento\Framework\App\Action\Context
2625
{

app/code/Magento/Backend/Block/Context.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*
1919
* @api
2020
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21-
* @api
2221
*/
2322
class Context extends \Magento\Framework\View\Element\Context
2423
{

app/code/Magento/Backend/Block/Template.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*
2424
* @api
2525
* @SuppressWarnings(PHPMD.NumberOfChildren)
26-
* @api
2726
*/
2827
class Template extends \Magento\Framework\View\Element\Template
2928
{

app/code/Magento/Backend/Block/Template/Context.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*
1919
* @api
2020
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21-
* @api
2221
*/
2322
class Context extends \Magento\Framework\View\Element\Template\Context
2423
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @api
1212
* @SuppressWarnings(PHPMD.NumberOfChildren)
13-
* @api
1413
*/
1514
class Widget extends \Magento\Backend\Block\Template
1615
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @api
1212
* @author Magento Core Team <core@magentocommerce.com>
13-
* @api
1413
*/
1514
class Breadcrumbs extends \Magento\Backend\Block\Template
1615
{

app/code/Magento/Backend/Block/Widget/Button/Item.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* @method int getLevel()
1515
* @method int getSortOrder()
1616
* @method string getTitle()
17-
* @api
1817
*/
1918
class Item extends \Magento\Framework\DataObject
2019
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*
1919
* @api
2020
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21-
* @api
2221
*/
2322
class Context extends \Magento\Backend\Block\Template\Context
2423
{

0 commit comments

Comments
 (0)