Skip to content

Commit e202700

Browse files
committed
MAGETWO-35361: Price is displayed without decimal part on a product page
1 parent 96c9fe3 commit e202700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Locale/Format.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function getNumber($value)
8282
* Functions returns array with price formatting info
8383
*
8484
* @return array
85+
* @SuppressWarnings(PHPMD.NPathComplexity)
8586
*/
8687
public function getPriceFormat()
8788
{

0 commit comments

Comments
 (0)