Skip to content

Commit 991849d

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to CatalogRule module
1 parent 176d35c commit 991849d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/code/Magento/CatalogRule/Model/Flag.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Flag stores status about availability not applied catalog price rules
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
11-
*/
127
namespace Magento\CatalogRule\Model;
138

9+
/**
10+
* Flag indicates that some rules have changed but changes have not been applied yet.
11+
*/
1412
class Flag extends \Magento\Framework\Flag
1513
{
1614
/**

app/code/Magento/CatalogRule/Model/Indexer/IndexBuilder.php

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

1717
/**
1818
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19+
* @api
1920
*/
2021
class IndexBuilder
2122
{

0 commit comments

Comments
 (0)