Skip to content

Commit e4c6132

Browse files
committed
#28628: GraphQL price range numeric values
- Code style fixes
1 parent c789e6a commit e4c6132

File tree

3 files changed

+4
-2
lines changed
  • app/code/Magento
  • lib/internal/Magento/Framework/Search/Dynamic/Algorithm

3 files changed

+4
-2
lines changed

app/code/Magento/Catalog/Model/Layer/Filter/Price/Render.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ public function renderRangeLabel($fromPrice, $toPrice)
7272
}
7373

7474
/**
75+
* Prepare range data
76+
*
7577
* @param int $range
7678
* @param int[] $dbRanges
7779
* @return array

app/code/Magento/Elasticsearch/SearchAdapter/Aggregation/Builder/Dynamic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(Repository $algorithmRepository, EntityStorageFactor
3535
}
3636

3737
/**
38-
* {@inheritdoc}
38+
* @inheritdoc
3939
*/
4040
public function build(
4141
RequestBucketInterface $bucket,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(
4444
}
4545

4646
/**
47-
* {@inheritdoc}
47+
* @inheritdoc
4848
*/
4949
public function getItems(
5050
BucketInterface $bucket,

0 commit comments

Comments
 (0)