File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/CatalogSearch/Model/Indexer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ class Fulltext implements
96
96
* @param StateFactory $indexScopeStateFactory
97
97
* @param DimensionProviderInterface $dimensionProvider
98
98
* @param array $data
99
- * @param ProcessManager|null $processManager
99
+ * @param ProcessManager $processManager
100
100
* @param int|null $batchSize
101
101
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
102
102
*/
@@ -108,7 +108,7 @@ public function __construct(
108
108
StateFactory $ indexScopeStateFactory ,
109
109
DimensionProviderInterface $ dimensionProvider ,
110
110
array $ data ,
111
- ? ProcessManager $ processManager = null ,
111
+ ProcessManager $ processManager = null ,
112
112
?int $ batchSize = null
113
113
) {
114
114
$ this ->fullAction = $ fullActionFactory ->create (['data ' => $ data ]);
You can’t perform that action at this time.
0 commit comments