Skip to content

Commit 56150c5

Browse files
committed
AC-6810: Catalog Price Rule single product reindex works incorrectly - 03
1 parent bdc341f commit 56150c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ public function __construct(
257257
* Reindex by id
258258
*
259259
* @param int $id
260-
* @throws LocalizedException
261260
* @return void
261+
*@throws LocalizedException
262262
*/
263-
public function reindexById($id)
263+
public function reindexById(int $id)
264264
{
265265
try {
266266
$this->cleanProductIndex([$id]);

0 commit comments

Comments
 (0)