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 180afd0 commit 259bcb0Copy full SHA for 259bcb0
app/code/Magento/CatalogSearch/Model/Resource/Fulltext/Collection.php
@@ -83,7 +83,9 @@ class Collection extends \Magento\Catalog\Model\Resource\Product\Collection
83
* @param \Magento\CatalogSearch\Model\Fulltext $catalogSearchFulltext
84
* @param \Magento\Framework\Search\Request\Builder $requestBuilder
85
* @param \Magento\Search\Model\SearchEngine $searchEngine
86
- * @param \Zend_Db_Adapter_Abstract $connection
+ * @param \Magento\Framework\Search\Adapter\Mysql\TemporaryStorageFactory $temporaryStorageFactory
87
+ * @param \Magento\Framework\DB\Adapter\AdapterInterface $connection
88
+ * @param string $searchRequestName
89
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
90
*/
91
public function __construct(
0 commit comments