Completed
Push — master ( 878d81...f6f991 )
by Wills
02:50
created
GivePay/Gateway/Transactions/Sale.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,6 +91,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.