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:
parent
fdd0b76540
commit
7885a82b56
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class Currency implements Arrayable, JsonSerializable
|
||||||
return $this->rounding;
|
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
|
public function deleteTrailingDecimalZeros(): bool
|
||||||
{
|
{
|
||||||
return $this->deleteTrailingDecimalZeros;
|
return $this->deleteTrailingDecimalZeros;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue