Skip to content

Commit 79fe484

Browse files
committed
MC-37745: Missing products from categories, indexing related
1 parent 3460921 commit 79fe484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Fulltext implements
9696
* @param StateFactory $indexScopeStateFactory
9797
* @param DimensionProviderInterface $dimensionProvider
9898
* @param array $data
99-
* @param ProcessManager|null $processManager
99+
* @param ProcessManager $processManager
100100
* @param int|null $batchSize
101101
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
102102
*/
@@ -108,7 +108,7 @@ public function __construct(
108108
StateFactory $indexScopeStateFactory,
109109
DimensionProviderInterface $dimensionProvider,
110110
array $data,
111-
?ProcessManager $processManager = null,
111+
ProcessManager $processManager = null,
112112
?int $batchSize = null
113113
) {
114114
$this->fullAction = $fullActionFactory->create(['data' => $data]);

0 commit comments

Comments
 (0)