Skip to content

Commit bc1f0b2

Browse files
committed
MAGETWO-65245: parent_id of deleted configurable product variation does not get sent to ElasticSearch
1 parent 8091ad2 commit bc1f0b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
use Magento\Store\Model\StoreManagerInterface;
1717

1818
/**
19-
* Provide functionality for Fulltext Search indexing
19+
* Provide functionality for Fulltext Search indexing.
20+
*
21+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2022
*/
2123
class Fulltext implements \Magento\Framework\Indexer\ActionInterface, \Magento\Framework\Mview\ActionInterface
2224
{
@@ -85,8 +87,6 @@ class Fulltext implements \Magento\Framework\Indexer\ActionInterface, \Magento\F
8587
* @param array $data
8688
* @param IndexSwitcherInterface $indexSwitcher
8789
* @param Scope\State $indexScopeState
88-
*
89-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
9090
*/
9191
public function __construct(
9292
FullFactory $fullActionFactory,

0 commit comments

Comments
 (0)