Completed
Push — master ( f58217...cbf368 )
by Denis
13s
created
src/Formatters/NumberFormatter.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 NumberFormatter implements IFormatter
6 6
 {
7
-    public function format($value): string
8
-    {
9
-        return number_format($value);
10
-    }
7
+	public function format($value): string
8
+	{
9
+		return number_format($value);
10
+	}
11 11
 }
Please login to merge, or discard this patch.