Completed
Push — master ( 08d356...86d138 )
by Alec
02:54
created
src/Pretty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         string $suffix = '%'
73 73
     ): string {
74 74
         $decimals =
75
-            (int)bounds(
75
+            (int) bounds(
76 76
                 $decimals ?? static::DEFAULT_DECIMALS,
77 77
                 0,
78 78
                 static::$percentMaxDecimals ?? static::PERCENT_MAX_DECIMALS
Please login to merge, or discard this patch.