Skip to content

Commit d535303

Browse files
committed
minor fix
1 parent 6c285ad commit d535303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogCustomerGraphQl/Model/Resolver/PriceTiers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ private function filterAndFormatProductTierPrices(
153153
*
154154
* @param float $productPrice
155155
* @param StoreInterface $store
156-
* @param $tierPrice
157-
* @param $tiers
156+
* @param ProductTierPriceInterface $tierPrice
157+
* @param array $tiers
158158
*/
159159
private function formatProductTierPrices(float $productPrice, StoreInterface $store, &$tierPrice, &$tiers)
160160
{

0 commit comments

Comments
 (0)