Completed
Push — master ( 3d2996...0a012c )
by Vojta
01:54
created
formwidgets/StarRating.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,9 +32,9 @@
 block discarded – undo
32 32
 
33 33
     public function getSaveValue($value)
34 34
     {
35
-    	if (!is_numeric($value)) {
36
-    		return null;
37
-    	}
35
+        if (!is_numeric($value)) {
36
+            return null;
37
+        }
38 38
 
39 39
         return $value;
40 40
     }
Please login to merge, or discard this patch.