mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 03:14:03 +00:00
Remove unnecessary parameter declarations
This commit is contained in:
parent
7429de795f
commit
4a00c40ed8
3 changed files with 0 additions and 3 deletions
|
|
@ -15,5 +15,4 @@ class USD extends Currency
|
|||
protected int $displayDecimals = 2;
|
||||
protected int $rounding = 2;
|
||||
protected string $prefix = '$';
|
||||
protected bool $trimTrailingDecimalZeros = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,5 +15,4 @@ class CZK extends Currency
|
|||
protected string $thousandsSeparator = '.';
|
||||
protected int $rounding = 2;
|
||||
protected string $suffix = ' Kč';
|
||||
protected bool $trimTrailingDecimalZeros = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,5 +13,4 @@ class EUR extends Currency
|
|||
protected int $displayDecimals = 2;
|
||||
protected int $rounding = 0;
|
||||
protected string $suffix = ' €';
|
||||
protected bool $trimTrailingDecimalZeros = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue