We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528a394 commit 0d55c65Copy full SHA for 0d55c65
app/code/Magento/CatalogSearch/Model/Resource/Engine.php
@@ -44,12 +44,13 @@ class Engine extends AbstractDb implements EngineInterface
44
45
/**
46
* Construct
47
- *
+ *
48
* @param \Magento\Framework\Model\Resource\Db\Context $context
49
* @param \Magento\Catalog\Model\Product\Visibility $catalogProductVisibility
50
* @param Advanced $searchResource
51
* @param \Magento\CatalogSearch\Helper\Data $catalogSearchData
52
- * @param string|null $resourcePrefix
+ * @param \Magento\Eav\Model\Attribute\FrontendType $frontendType
53
+ * @param null $resourcePrefix
54
*/
55
public function __construct(
56
\Magento\Framework\Model\Resource\Db\Context $context,
0 commit comments