@@ -72,7 +72,7 @@ |
||
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 |