Skip to content

Commit 887ba1d

Browse files
committed
fixed static failed test
1 parent 96231aa commit 887ba1d

File tree

6 files changed

+9
-2
lines changed

6 files changed

+9
-2
lines changed

lib/internal/Magento/Framework/HTTP/AsyncClient/Request.php

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

1111
/**
1212
* Request to send.
13+
*
14+
* @api
1315
*/
1416
class Request
1517
{

lib/internal/Magento/Framework/HTTP/AsyncClient/Response.php

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

1111
/**
1212
* Http response.
13+
*
14+
* @api
1315
*/
1416
class Response
1517
{

lib/internal/Magento/Framework/Image/Adapter/AbstractAdapter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
/**
1313
* Image abstract adapter
1414
*
15-
* @file Abstract.php
16-
* @author Magento Core Team <core@magentocommerce.com>
15+
* @api
1716
* @SuppressWarnings(PHPMD.TooManyFields)
1817
*/
1918
abstract class AbstractAdapter implements AdapterInterface

lib/internal/Magento/Framework/Mail/Address.php

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

1010
/**
1111
* Class Address
12+
*
13+
* @api
1214
*/
1315
class Address
1416
{

lib/internal/Magento/Framework/ObjectManager/ConfigCacheInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* Interface \Magento\Framework\ObjectManager\ConfigCacheInterface
1010
*
11+
* @api
1112
*/
1213
interface ConfigCacheInterface
1314
{

lib/internal/Magento/Framework/ObjectManager/RelationsInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* Interface \Magento\Framework\ObjectManager\RelationsInterface
1010
*
11+
* @api
1112
*/
1213
interface RelationsInterface
1314
{

0 commit comments

Comments
 (0)