@@ -159,7 +159,7 @@ |
||
159 | 159 | $fraction = ($number - $n); |
160 | 160 | if ($fraction != 0) { |
161 | 161 | $step = 1 / $this->round; |
162 | - $decimal = (((int)($fraction / $step) + 1) * $step); |
|
162 | + $decimal = (((int) ($fraction / $step) + 1) * $step); |
|
163 | 163 | $number = $n + $decimal; |
164 | 164 | } |
165 | 165 | } |