From 8ba7a5b9d680041e6dbe091672611112d5078546 Mon Sep 17 00:00:00 2001 From: wapmorgan Date: Tue, 18 Jul 2017 03:45:29 +0300 Subject: [PATCH] fix indentation --- src/MoneySpeller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MoneySpeller.php b/src/MoneySpeller.php index 2ca1255..eb49132 100644 --- a/src/MoneySpeller.php +++ b/src/MoneySpeller.php @@ -8,5 +8,5 @@ abstract class MoneySpeller implements Currency const CLARIFICATION_FORMAT = 'clarification'; const DUPLICATION_FORMAT = 'duplication'; - public static function spell($value, $currency, $format = self::NORMAL_FORMAT) {} + public static function spell($value, $currency, $format = self::NORMAL_FORMAT) {} }