Completed
Push — master ( 4c4403...2a0510 )
by Gilmar
07:37
created
src/Payment/Request/Order/Order.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,6 +58,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.