Skip to content

Commit 0d55c65

Browse files
author
Vadim Zubovich
committed
MAGNSWTCH-139: PR stabilization - fix phpdoc
1 parent 528a394 commit 0d55c65

File tree

1 file changed

+3
-2
lines changed
  • app/code/Magento/CatalogSearch/Model/Resource

1 file changed

+3
-2
lines changed

app/code/Magento/CatalogSearch/Model/Resource/Engine.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ class Engine extends AbstractDb implements EngineInterface
4444

4545
/**
4646
* Construct
47-
*
47+
*
4848
* @param \Magento\Framework\Model\Resource\Db\Context $context
4949
* @param \Magento\Catalog\Model\Product\Visibility $catalogProductVisibility
5050
* @param Advanced $searchResource
5151
* @param \Magento\CatalogSearch\Helper\Data $catalogSearchData
52-
* @param string|null $resourcePrefix
52+
* @param \Magento\Eav\Model\Attribute\FrontendType $frontendType
53+
* @param null $resourcePrefix
5354
*/
5455
public function __construct(
5556
\Magento\Framework\Model\Resource\Db\Context $context,

0 commit comments

Comments
 (0)