Completed
Push — master ( b6dfe4...cc5caf )
by Denis
18s
created
src/Formatters/CurrencyFormatter.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 class CurrencyFormetter implements IFormatter
6 6
 {
7
-    public function format($value): string
8
-    {
9
-        return number_format($value, 2);
10
-    }
7
+	public function format($value): string
8
+	{
9
+		return number_format($value, 2);
10
+	}
11 11
 }
Please login to merge, or discard this patch.