File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
lib/internal/Magento/Framework/Search/Dynamic/Algorithm Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function getItems(
55
55
/**
56
56
* @param BucketInterface $bucket
57
57
* @param array $dimensions
58
- * @param int[] $entityIds
58
+ * @param EntityStorage $entityStorage
59
59
* @return number
60
60
*/
61
61
private function getRange ($ bucket , array $ dimensions , EntityStorage $ entityStorage )
@@ -87,7 +87,6 @@ private function getMaxPriceInt(EntityStorage $entityStorage)
87
87
}
88
88
89
89
/**
90
- * @param DataProviderInterface $dataProvider
91
90
* @return int
92
91
*/
93
92
private function getMinRangePower ()
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public function getItems(
53
53
}
54
54
55
55
/**
56
- * @param array $items \
56
+ * @param array $items
57
57
* @param int $maxIntervalsNumber
58
58
* @return array
59
59
*/
You can’t perform that action at this time.
0 commit comments