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

Fix code style

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

View file

@ -116,7 +116,7 @@ class Currency implements Arrayable, JsonSerializable
/** Get the currency's math decimal count. */
public function displayDecimals(): int
{
{
return $this->displayDecimals;
}