File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Bundle/Model/ResourceModel/Selection Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
49
49
private $ indexerStockFrontendResource ;
50
50
51
51
/**
52
- * Collection constructor
53
- *
52
+ * Collection constructor.
54
53
* @param \Magento\Framework\Data\Collection\EntityFactory $entityFactory
55
54
* @param \Psr\Log\LoggerInterface $logger
56
55
* @param \Magento\Framework\Data\Collection\Db\FetchStrategyInterface $fetchStrategy
@@ -73,8 +72,9 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
73
72
* @param \Magento\Framework\DB\Adapter\AdapterInterface|null $connection
74
73
* @param ProductLimitationFactory|null $productLimitationFactory
75
74
* @param MetadataPool|null $metadataPool
76
- * @param null|\Magento\Indexer\Model\ResourceModel\FrontendResource $indexerFrontendResource
77
- * @param null|\Magento\Indexer\Model\ResourceModel\FrontendResource $indexerStockFrontendResource
75
+ * @param \Magento\Indexer\Model\ResourceModel\FrontendResource|null $indexerFrontendResource
76
+ * @param \Magento\Indexer\Model\ResourceModel\FrontendResource|null $categoryProductIndexerFrontend
77
+ * @param \Magento\Indexer\Model\ResourceModel\FrontendResource|null $indexerStockFrontendResource
78
78
*
79
79
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
80
80
* @SuppressWarnings(Magento.TypeDuplication)
You can’t perform that action at this time.
0 commit comments