Completed
Pull Request — master (#380)
by Marc
02:38
created
src/Core/Parser/BooleanParser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -436,9 +436,9 @@
 block discarded – undo
436 436
                 return $x;
437 437
             }
438 438
             if (mb_strpos($x, '.') !== false) {
439
-                return (float)$x;
439
+                return (float) $x;
440 440
             } else {
441
-                return (int)$x;
441
+                return (int) $x;
442 442
             }
443 443
         }
444 444
 
Please login to merge, or discard this patch.