Skip to content

Commit 0f2becb

Browse files
author
Magento CICD
authored
Merge ecf775e into MAGETWO-65444-Api-Annotations
2 parents 0674388 + ecf775e commit 0f2becb

File tree

9 files changed

+23
-0
lines changed

9 files changed

+23
-0
lines changed

app/code/Magento/Cookie/Helper/Cookie.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Cookie helper
10+
* @api
1011
*/
1112
class Cookie extends \Magento\Framework\App\Helper\AbstractHelper
1213
{

app/code/Magento/Cookie/view/frontend/web/js/notices.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
'jquery',
811
'jquery/ui',

app/code/Magento/Cookie/view/frontend/web/js/require-cookie.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
'jquery',
811
'jquery/ui'

setup/src/Magento/Setup/Exception.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
namespace Magento\Setup;
88

9+
/**
10+
* Exception thrown if an error occurs on setup process.
11+
*
12+
* @api
13+
*/
914
class Exception extends \Exception
1015
{
1116
}

setup/src/Magento/Setup/Model/ModuleContext.php

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

1010
/**
1111
* Context of a module being installed/updated: version, user data, etc.
12+
*
13+
* @api
1214
*/
1315
class ModuleContext implements ModuleContextInterface
1416
{

setup/src/Magento/Setup/Module/DataSetup.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
use Magento\Framework\Setup\ModuleDataSetupInterface;
1212
use Magento\Setup\Module\Setup\SetupCache;
1313

14+
/**
15+
* @api
16+
*/
1417
class DataSetup extends \Magento\Framework\Module\Setup implements ModuleDataSetupInterface
1518
{
1619
/**

setup/src/Magento/Setup/Module/DataSetupFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Factory class to create DataSetup
12+
* @api
1213
*/
1314
class DataSetupFactory
1415
{

setup/src/Magento/Setup/Module/Setup.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Magento\Framework\Setup\SchemaSetupInterface;
99
use Magento\Framework\App\ResourceConnection;
1010

11+
/**
12+
* @api
13+
*/
1114
class Setup extends \Magento\Framework\Module\Setup implements SchemaSetupInterface
1215
{
1316
/**

setup/src/Magento/Setup/Module/SetupFactory.php

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

1111
/**
1212
* Factory class to create Setup
13+
*
14+
* @api
1315
*/
1416
class SetupFactory
1517
{

0 commit comments

Comments
 (0)