Completed
Push — master ( 9d4453...ebcae4 )
by Marc
02:45
created
core/helpers/StringHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
             return true;
72 72
         }
73 73
         
74
-        return ($value == (string)(float) $value);
74
+        return ($value == (string) (float) $value);
75 75
     }
76 76
     
77 77
     /**
Please login to merge, or discard this patch.