Skip to content

Commit 1c238c1

Browse files
committed
marked as api
1 parent 9d1fe17 commit 1c238c1

22 files changed

+67
-0
lines changed

lib/internal/Magento/Framework/Model/Entity/ScopeInterface.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);
67

78
namespace Magento\Framework\Model\Entity;
89

910
/**
1011
* Interface ScopeInterface
12+
*
13+
* @api
1114
*/
1215
interface ScopeInterface
1316
{

lib/internal/Magento/Framework/Model/Entity/ScopeProviderInterface.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);
67

78
namespace Magento\Framework\Model\Entity;
89

910
/**
1011
* Class ScopeProviderInterface
12+
*
13+
* @api
1114
*/
1215
interface ScopeProviderInterface
1316
{

lib/internal/Magento/Framework/Model/EntitySnapshot/AttributeProviderInterface.php

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

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

lib/internal/Magento/Framework/Model/ResourceModel/Db/VersionControl/RelationInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +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\Model\ResourceModel\Db\VersionControl;
79

810
/**
911
* Interface RelationInterface
12+
*
13+
* @api
1014
*/
1115
interface RelationInterface
1216
{

lib/internal/Magento/Framework/Model/ResourceModel/Type/Db/ConnectionFactoryInterface.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\Model\ResourceModel\Type\Db;
911

1012
/**
1113
* Interface \Magento\Framework\Model\ResourceModel\Type\Db\ConnectionFactoryInterface
1214
*
15+
* @api
1316
*/
1417
interface ConnectionFactoryInterface
1518
{

lib/internal/Magento/Framework/Module/ModuleListInterface.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\Module;
911

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

lib/internal/Magento/Framework/Mview/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\Mview;
79

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

lib/internal/Magento/Framework/Mview/ProcessorInterface.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\Mview;
79

810
/**
911
* Interface \Magento\Framework\Mview\ProcessorInterface
1012
*
13+
* @api
1114
*/
1215
interface ProcessorInterface
1316
{

lib/internal/Magento/Framework/Mview/View/ChangelogInterface.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\Mview\View;
79

810
/**
911
* Interface \Magento\Framework\Mview\View\ChangelogInterface
1012
*
13+
* @api
1114
*/
1215
interface ChangelogInterface
1316
{

lib/internal/Magento/Framework/Mview/View/CollectionInterface.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\Mview\View;
79

810
/**
911
* Interface \Magento\Framework\Mview\View\CollectionInterface
1012
*
13+
* @api
1114
*/
1215
interface CollectionInterface
1316
{

0 commit comments

Comments
 (0)