Skip to content

Commit f49510b

Browse files
pawankparmarpawankparmar
pawankparmar
authored and
pawankparmar
committed
Remove Whitespace
1 parent 80398d0 commit f49510b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Catalog/Api/Data/ProductRender/FormattedPriceInfoInterface.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getFinalPrice();
2929

3030
/**
3131
* Set the final price: usually it calculated as minimal price of the product
32-
*
32+
*
3333
* Can be different depends on type of product
3434
*
3535
* @param string $finalPrice
@@ -40,7 +40,7 @@ public function setFinalPrice($finalPrice);
4040

4141
/**
4242
* Retrieve max price of a product
43-
*
43+
*
4444
* E.g. for product with custom options is price with the most expensive custom option
4545
*
4646
* @return string
@@ -59,7 +59,7 @@ public function setMaxPrice($maxPrice);
5959

6060
/**
6161
* Retrieve the minimal price of the product or variation
62-
*
62+
*
6363
* The minimal price is for example, the lowest price of all variations for complex product
6464
*
6565
* @return string
@@ -133,7 +133,7 @@ public function setMinimalPrice($minimalPrice);
133133

134134
/**
135135
* Regular price - is price of product without discounts and special price with taxes and fixed product tax
136-
*
136+
*
137137
* Usually this price is corresponding to price in admin panel of product
138138
*
139139
* @return string

0 commit comments

Comments
 (0)