Skip to content

Commit

Permalink
Merge pull request #1070 from magento-jackalopes/MAGETWO-67718
Browse files Browse the repository at this point in the history
[jackalopes] MAGETWO-67718: @api coverage integrity test
  • Loading branch information
paliarush authored May 1, 2017
2 parents d69525e + 6850b5d commit 6d47e72
Show file tree
Hide file tree
Showing 817 changed files with 1,885 additions and 281 deletions.
3 changes: 3 additions & 0 deletions app/code/Magento/AdminNotification/Block/Inbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*/
namespace Magento\AdminNotification\Block;

/**
* @api
*/
class Inbox extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

use Magento\Framework\Notification\MessageInterface;

/**
* @api
*/
class UnreadMessagePopup extends \Magento\Backend\Block\Template
{
/**
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/AdminNotification/Block/ToolbarEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/**
* Toolbar entry that shows latest notifications
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class ToolbarEntry extends \Magento\Backend\Block\Template
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/AdminNotification/Block/Window.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*/
namespace Magento\AdminNotification\Block;

/**
* @api
*/
class Window extends \Magento\Backend\Block\Template
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* AdminNotification Inbox model
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Authorization/Model/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* Admin Role Model
*
* @api
* @method \Magento\Authorization\Model\ResourceModel\Role _getResource()
* @method \Magento\Authorization\Model\ResourceModel\Role getResource()
* @method int getParentId()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

use Magento\Authorizenet\Model\Directpost;

/**
* @api
*/
class FraudDetails extends \Magento\Backend\Block\Template
{
/**
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Authorizenet/Block/Transparent/Iframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Magento\Payment\Block\Transparent\Iframe as TransparentIframe;

/**
* Class Iframe
* @api
*/
class Iframe extends TransparentIframe
{
Expand Down
2 changes: 2 additions & 0 deletions app/code/Magento/Authorizenet/Helper/Backend/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

/**
* Authorize.net Backend Data Helper
*
* @api
*/
class Data extends FrontendDataHelper
{
Expand Down
2 changes: 2 additions & 0 deletions app/code/Magento/Authorizenet/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

/**
* Authorize.net Data Helper
*
* @api
*/
class Data extends AbstractHelper
{
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Admin/Formkey.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
*/
namespace Magento\Backend\Block\Admin;

/**
* @api
*/
class Formkey extends \Magento\Backend\Block\Template
{
/**
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*/
namespace Magento\Backend\Block;

/**
* @api
*/
class Cache extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Cache/Additional.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*/
namespace Magento\Backend\Block\Cache;

/**
* @api
*/
class Additional extends \Magento\Backend\Block\Template
{
/**
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Cache/Grid/Column/Statuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*/
namespace Magento\Backend\Block\Cache\Grid\Column;

/**
* @api
*/
class Statuses extends \Magento\Backend\Block\Widget\Grid\Column
{
/**
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Magento\Backend\Block;

/**
* @api
*/
class Dashboard extends \Magento\Backend\Block\Template
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Adminhtml dashboard most active buyers
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Most extends \Magento\Backend\Block\Dashboard\Grid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
/**
* Adminhtml dashboard most recent customers grid
*
* @author Magento Core Team <core@magentocommerce.com>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
* @api
*/
class Newest extends \Magento\Backend\Block\Dashboard\Grid
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Adminhtml dashboard most viewed products grid
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @SuppressWarnings(PHPMD.DepthOfInheritance)
*/
class Viewed extends \Magento\Backend\Block\Dashboard\Grid
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Denied.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*/
namespace Magento\Backend\Block;

/**
* @api
*/
class Denied extends \Magento\Backend\Block\Template
{
/**
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/GlobalSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*/
namespace Magento\Backend\Block;

/**
* @api
*/
class GlobalSearch extends \Magento\Backend\Block\Template
{
/**
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/**
* Backend menu block
*
* @api
* @method \Magento\Backend\Block\Menu setAdditionalCacheKeyInfo(array $cacheKeyInfo)
* @method array getAdditionalCacheKeyInfo()
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
*/
namespace Magento\Backend\Block;

/**
* @api
*/
class Page extends \Magento\Backend\Block\Template
{
/**
Expand Down
2 changes: 2 additions & 0 deletions app/code/Magento/Backend/Block/Page/Copyright.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/**
* Copyright footer block
*
* @api
*/
class Copyright extends \Magento\Backend\Block\Template
{
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Page/Footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* Adminhtml footer block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Footer extends \Magento\Backend\Block\Template
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Page/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/**
* Adminhtml header block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Header extends \Magento\Backend\Block\Template
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Page/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
*/
namespace Magento\Backend\Block\Page;

/**
* @api
*/
class Notices extends \Magento\Backend\Block\Template
{
/**
Expand Down
2 changes: 2 additions & 0 deletions app/code/Magento/Backend/Block/Page/RequireJs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* Require Js block
*
* @api
*/
class RequireJs extends \Magento\Framework\View\Element\Template
{
Expand Down
2 changes: 2 additions & 0 deletions app/code/Magento/Backend/Block/Store/Switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* Store switcher block
*
* @api
*/
class Switcher extends \Magento\Backend\Block\Template
{
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/System/Account/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* Adminhtml edit admin user account
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Edit extends \Magento\Backend\Block\Widget\Form\Container
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/System/Design.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*/
namespace Magento\Backend\Block\System;

/**
* @api
*/
class Design extends \Magento\Backend\Block\Template
{
/**
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/System/Store/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* Adminhtml store content block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Store extends \Magento\Backend\Block\Widget\Grid\Container
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* Backend abstract block
*
* @api
* @SuppressWarnings(PHPMD.NumberOfChildren)
*/
class Template extends \Magento\Framework\View\Element\Template
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Widget/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* Magento_Backend page breadcrumbs
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Breadcrumbs extends \Magento\Backend\Block\Template
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Widget/Button.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* Button widget
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Button extends \Magento\Backend\Block\Widget
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Widget/Button/ButtonList.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

namespace Magento\Backend\Block\Widget\Button;

/**
* @api
*/
class ButtonList
{
/**
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Widget/Button/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace Magento\Backend\Block\Widget\Button;

/**
* @api
* @method string getButtonKey()
* @method string getRegion()
* @method string getName()
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/Backend/Block/Widget/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

use Magento\Framework\View\Element\Template;

/**
* @api
*/
class Container extends \Magento\Backend\Block\Template implements ContainerInterface
{
/**#@+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/**
* Form fieldset default renderer
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Fieldset extends \Magento\Backend\Block\Template implements \Magento\Framework\Data\Form\Element\Renderer\RendererInterface
Expand Down
2 changes: 2 additions & 0 deletions app/code/Magento/Backend/Block/Widget/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/**
* Backend grid widget block
*
* @api
* @deprecated
* @method string getRowClickCallback() getRowClickCallback()
* @method \Magento\Backend\Block\Widget\Grid setRowClickCallback() setRowClickCallback(string $value)
* @SuppressWarnings(PHPMD.TooManyFields)
Expand Down
3 changes: 2 additions & 1 deletion app/code/Magento/Backend/Block/Widget/Grid/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
/**
* Grid column block
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @deprecated
*/
class Column extends \Magento\Backend\Block\Widget
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Backend\Block\Widget\Grid\Column;

/**
* Grid column block that is displayed only in multistore mode
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @deprecated
*/
namespace Magento\Backend\Block\Widget\Grid\Column;

class Multistore extends \Magento\Backend\Block\Widget\Grid\Column
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

/**
* Backend grid item abstract renderer
* @api
* @SuppressWarnings(PHPMD.NumberOfChildren)
*/
abstract class AbstractRenderer extends \Magento\Backend\Block\AbstractBlock implements RendererInterface
Expand Down
Loading

0 comments on commit 6d47e72

Please sign in to comment.