Completed
Push — master ( 134c23...08d356 )
by Alec
02:44
created
src/Pretty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         $prefix = $prefix ?? '';
67 67
         $suffix = $suffix ?? '';
68 68
         $decimals =
69
-            (int)bounds($decimals ??  static::DEFAULT_DECIMALS, 0, static::PERCENT_MAX_DECIMALS);
69
+            (int) bounds($decimals ??  static::DEFAULT_DECIMALS, 0, static::PERCENT_MAX_DECIMALS);
70 70
         return
71 71
             $prefix .
72 72
             number_format(
Please login to merge, or discard this patch.