We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56150c5 commit a54d3cdCopy full SHA for a54d3cd
app/code/Magento/CatalogRule/Model/Indexer/IndexBuilder.php
@@ -41,6 +41,7 @@ class IndexBuilder
41
/**
42
* @var \Magento\Framework\EntityManager\MetadataPool
43
* @deprecated 101.0.0
44
+ * @see MAGETWO-64518
45
* @since 100.1.0
46
*/
47
protected $metadataPool;
@@ -52,6 +53,7 @@ class IndexBuilder
52
53
*
54
* @var array
55
56
+ * @see MAGETWO-38167
57
58
protected $_catalogRuleGroupWebsiteColumnsList = ['rule_id', 'customer_group_id', 'website_id'];
59
@@ -258,7 +260,7 @@ public function __construct(
258
260
259
261
* @param int $id
262
* @return void
- *@throws LocalizedException
263
+ * @throws LocalizedException
264
265
public function reindexById(int $id)
266
{
0 commit comments