mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 11:24:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
269274586a
commit
2021b13092
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class PriceFormatter
|
|||
if ($currency->trimTrailingDecimalZeros()) {
|
||||
// Remove trailing zeros from the formatted string
|
||||
$decimal = rtrim($decimal, '0');
|
||||
|
||||
|
||||
// Once there are no more decimal values, remove the decimal separator as well
|
||||
$decimal = rtrim($decimal, $currency->decimalSeparator());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue