@@ -91,6 +91,6 @@ |
||
91 | 91 | */ |
92 | 92 | public function getTotal() |
93 | 93 | { |
94 | - return intval( round( $this->total * 100 ) ); |
|
94 | + return intval(round($this->total * 100)); |
|
95 | 95 | } |
96 | 96 | } |
97 | 97 | \ No newline at end of file |