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

Remove unnecessary parameter declarations

This commit is contained in:
David 2022-05-16 10:35:35 +02:00
parent 7429de795f
commit 4a00c40ed8
No known key found for this signature in database
GPG key ID: EC68B85E411F4753
3 changed files with 0 additions and 3 deletions

View file

@ -13,5 +13,4 @@ class EUR extends Currency
protected int $displayDecimals = 2;
protected int $rounding = 0;
protected string $suffix = ' €';
protected bool $trimTrailingDecimalZeros = false;
}