Passed
Push — master ( a1aaa2...48e493 )
by Alec
02:38
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.