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

Rewrite function description

This commit is contained in:
David 2022-05-09 14:44:05 +02:00
parent fdd0b76540
commit 7885a82b56
No known key found for this signature in database
GPG key ID: EC68B85E411F4753

View file

@ -138,7 +138,7 @@ class Currency implements Arrayable, JsonSerializable
return $this->rounding;
}
/** Get the setting for delete trailing decimal zeros. */
/** Get the setting for how trailing decimal zeroes should be handled. */
public function deleteTrailingDecimalZeros(): bool
{
return $this->deleteTrailingDecimalZeros;