Skip to content

Commit a54d3cd

Browse files
committed
AC-6810:: Fix for static test failure - 01
1 parent 56150c5 commit a54d3cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class IndexBuilder
4141
/**
4242
* @var \Magento\Framework\EntityManager\MetadataPool
4343
* @deprecated 101.0.0
44+
* @see MAGETWO-64518
4445
* @since 100.1.0
4546
*/
4647
protected $metadataPool;
@@ -52,6 +53,7 @@ class IndexBuilder
5253
*
5354
* @var array
5455
* @deprecated 101.0.0
56+
* @see MAGETWO-38167
5557
*/
5658
protected $_catalogRuleGroupWebsiteColumnsList = ['rule_id', 'customer_group_id', 'website_id'];
5759

@@ -258,7 +260,7 @@ public function __construct(
258260
*
259261
* @param int $id
260262
* @return void
261-
*@throws LocalizedException
263+
* @throws LocalizedException
262264
*/
263265
public function reindexById(int $id)
264266
{

0 commit comments

Comments
 (0)