Skip to content

Commit ae4de44

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to User module
1 parent a4b6585 commit ae4de44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/User/Model/ResourceModel/User.php

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

1414
/**
1515
* ACL user resource
16+
*
1617
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18+
* @api
1719
*/
1820
class User extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
1921
{

app/code/Magento/User/Model/UserValidationRules.php

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

1313
/**
1414
* Class for adding validation rules to an Admin user
15+
*
16+
* @api
1517
*/
1618
class UserValidationRules
1719
{

0 commit comments

Comments
 (0)