File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ class Full
152
152
* @param \Magento\Framework\Search\Request\Config $searchRequestConfig
153
153
* @param \Magento\Catalog\Model\Product\Attribute\Source\Status $catalogProductStatus
154
154
* @param \Magento\Catalog\Model\Resource\Product\Attribute\CollectionFactory $productAttributeCollectionFactory
155
- * @param \Magento\CatalogSearch\Model\Resource\Engine $engine
155
+ * @param \Magento\CatalogSearch\Model\Resource\EngineProvider $engineProvider
156
156
* @param \Magento\CatalogSearch\Model\Indexer\IndexerHandlerFactory $indexHandlerFactory
157
157
* @param \Magento\Framework\Event\ManagerInterface $eventManager
158
158
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
@@ -162,6 +162,7 @@ class Full
162
162
* @param \Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate
163
163
* @param \Magento\CatalogSearch\Model\Resource\Fulltext $fulltextResource
164
164
* @param \Magento\Framework\Search\Request\DimensionFactory $dimensionFactory
165
+ * @param \Magento\Indexer\Model\ConfigInterface $indexerConfig
165
166
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
166
167
*/
167
168
public function __construct (
You can’t perform that action at this time.
0 commit comments