Skip to content

Commit fc66706

Browse files
committed
MC-17251: Creating a preference for category product indexer breaks setup:di:compile
- Changed return object
1 parent b6a98b3 commit fc66706

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Category/Product/Action

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ private function switchTables(): void
150150
/**
151151
* Refresh entities index
152152
*
153-
* @return Full
153+
* @return AbstractAction
154154
*/
155-
public function execute(): Full
155+
public function execute(): AbstractAction
156156
{
157157
$this->createTables();
158158
$this->clearReplicaTables();

0 commit comments

Comments
 (0)