Skip to content

Commit e89a604

Browse files
committed
Fix return type
1 parent 54244f7 commit e89a604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Pricing/PriceCurrencyInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function convertAndRound($amount, $scope = null, $currency = null, $preci
4747
* @param int $precision
4848
* @param null|string|bool|int|\Magento\Framework\App\ScopeInterface $scope
4949
* @param \Magento\Framework\Model\AbstractModel|string|null $currency
50-
* @return float
50+
* @return string
5151
*/
5252
public function format(
5353
$amount,

0 commit comments

Comments
 (0)