1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-15 04:24:04 +00:00

rename deleteTrailingDecimalZeros to trimTrailingDecimalZeros

This commit is contained in:
David 2022-05-16 08:40:43 +02:00
parent dadab9553f
commit 9547070193
No known key found for this signature in database
GPG key ID: EC68B85E411F4753
7 changed files with 12 additions and 12 deletions

View file

@ -28,7 +28,7 @@ test('currencies can be serialized to JSON', function () {
'rounding' => 2,
'decimalSeparator' => ',',
'thousandsSeparator' => '.',
'deleteTrailingDecimalZeros' => false,
'trimTrailingDecimalZeros' => false,
]);
});