From fdd0b76540f5ba60b6f2a5c36005963a4ffedd9f Mon Sep 17 00:00:00 2001 From: David Date: Mon, 9 May 2022 14:25:50 +0200 Subject: [PATCH] Fix code style --- src/Currency.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Currency.php b/src/Currency.php index 05df2f0..38e41ea 100644 --- a/src/Currency.php +++ b/src/Currency.php @@ -116,7 +116,7 @@ class Currency implements Arrayable, JsonSerializable /** Get the currency's math decimal count. */ public function displayDecimals(): int - { + { return $this->displayDecimals; }