@@ -25,7 +25,7 @@ |
||
25 | 25 | $iso = $this->iso4217->getByAlpha3($money->getCurrency()->getCode()); |
26 | 26 | $decimals = $iso['exp']; |
27 | 27 | $dividend = pow(10, $decimals); |
28 | - return $money->getAmount() / $dividend; |
|
28 | + return $money->getAmount()/$dividend; |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | public function toString(Money $money) |