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 ba8fae3 commit ce2247bCopy full SHA for ce2247b
app/code/Magento/Review/Model/ResourceModel/Review/Summary.php
@@ -79,14 +79,14 @@ public function reAggregate($summary)
79
* Append review summary fields to product collection
80
*
81
* @param \Magento\Catalog\Model\ResourceModel\Product\Collection $productCollection
82
- * @param string $storeId
+ * @param int $storeId
83
* @param string $entityCode
84
* @return Summary
85
* @throws \Magento\Framework\Exception\LocalizedException
86
*/
87
public function appendSummaryFieldsToCollection(
88
\Magento\Catalog\Model\ResourceModel\Product\Collection $productCollection,
89
- string $storeId,
+ int $storeId,
90
string $entityCode
91
) {
92
if (!$productCollection->isLoaded()) {
0 commit comments