Skip to content

Commit 9946539

Browse files
committed
MAGETWO-61124: Fix typos in phpdoc
1 parent 5c4ee14 commit 9946539

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/internal/Magento/Framework/Search/Dynamic/Algorithm/Auto.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getItems(
5555
/**
5656
* @param BucketInterface $bucket
5757
* @param array $dimensions
58-
* @param int[] $entityIds
58+
* @param EntityStorage $entityStorage
5959
* @return number
6060
*/
6161
private function getRange($bucket, array $dimensions, EntityStorage $entityStorage)
@@ -87,7 +87,6 @@ private function getMaxPriceInt(EntityStorage $entityStorage)
8787
}
8888

8989
/**
90-
* @param DataProviderInterface $dataProvider
9190
* @return int
9291
*/
9392
private function getMinRangePower()

lib/internal/Magento/Framework/Search/Dynamic/Algorithm/Manual.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getItems(
5353
}
5454

5555
/**
56-
* @param array $items \
56+
* @param array $items
5757
* @param int $maxIntervalsNumber
5858
* @return array
5959
*/

0 commit comments

Comments
 (0)