Skip to content

Commit

Permalink
#28628: GraphQL price range numeric values
Browse files Browse the repository at this point in the history
- Code style fixes
  • Loading branch information
gallyamov committed Jun 16, 2020
1 parent c789e6a commit e4c6132
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Catalog/Model/Layer/Filter/Price/Render.php
Expand Up @@ -72,6 +72,8 @@ public function renderRangeLabel($fromPrice, $toPrice)
}

/**
* Prepare range data
*
* @param int $range
* @param int[] $dbRanges
* @return array
Expand Down
Expand Up @@ -35,7 +35,7 @@ public function __construct(Repository $algorithmRepository, EntityStorageFactor
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function build(
RequestBucketInterface $bucket,
Expand Down
Expand Up @@ -44,7 +44,7 @@ public function __construct(
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function getItems(
BucketInterface $bucket,
Expand Down

0 comments on commit e4c6132

Please sign in to comment.