Skip to content

Commit 55819d2

Browse files
author
Gabriel Galvao da Gama
committed
Merge remote-tracking branch 'magento-engcom/imported-magento-magento2-32729' into api-changes-delivery
2 parents 20dfc93 + 887ba1d commit 55819d2

24 files changed

+63
-2
lines changed

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

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

1313
/**
1414
* Deferred HTTP response.
15+
*
16+
* @api
1517
*/
1618
interface HttpResponseDeferredInterface extends CancelableDeferredInterface
1719
{

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/HTTP/AsyncClientInterface.php

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

1414
/**
1515
* Asynchronous HTTP client.
16+
*
17+
* @api
1618
*/
1719
interface AsyncClientInterface
1820
{

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/Image/Adapter/AdapterInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\Image\Adapter;
79

810
/**
911
* Interface \Magento\Framework\Image\Adapter\AdapterInterface
1012
*
13+
* @api
1114
*/
1215
interface AdapterInterface
1316
{

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\Image\Adapter;
79

810
/**
911
* Interface \Magento\Framework\Image\Adapter\ConfigInterface
1012
*
13+
* @api
1114
*/
1215
interface ConfigInterface
1316
{

lib/internal/Magento/Framework/Indexer/Config/DependencyInfoProviderInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Framework\Indexer\Config;
89

910
use Magento\Framework\Exception\NoSuchEntityException;
1011

1112
/**
1213
* Provides an information about indexers dependencies.
14+
*
15+
* @api
1316
*/
1417
interface DependencyInfoProviderInterface
1518
{

lib/internal/Magento/Framework/Indexer/Table/StrategyInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Framework\Indexer\Table;
89

910
/**
1011
* Interface \Magento\Framework\Indexer\Table\StrategyInterface
1112
*
13+
* @api
1214
*/
1315
interface StrategyInterface
1416
{

lib/internal/Magento/Framework/Interception/ConfigInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
* Copyright © Magento, Inc. All rights reserved.
66
* See COPYING.txt for license details.
77
*/
8+
declare(strict_types=1);
9+
810
namespace Magento\Framework\Interception;
911

1012
/**
1113
* Interface \Magento\Framework\Interception\ConfigInterface
1214
*
15+
* @api
1316
*/
1417
interface ConfigInterface
1518
{

0 commit comments

Comments
 (0)