@@ -58,6 +58,6 @@ |
||
58 | 58 | |
59 | 59 | public function getAmountInt() |
60 | 60 | { |
61 | - return number_format($this->get('amount'), 2, '',''); |
|
61 | + return number_format($this->get('amount'), 2, '', ''); |
|
62 | 62 | } |
63 | 63 | } |