Passed
Push — master ( f71c0e...a1aaa2 )
by Alec
03:02 queued 10s
created
src/Pretty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     {
52 52
 
53 53
         return
54
-            (int)bounds(
54
+            (int) bounds(
55 55
                 $decimals ?? static::DEFAULT_DECIMALS,
56 56
                 0,
57 57
                 static::$maxDecimals ?? static::MAX_DECIMALS
Please login to merge, or discard this patch.