Completed
Push — master ( 037708...983c9c )
by Igor
02:00
created
Model/Statement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     {
62 62
         list($sourceAmount, $sourceCurrency) = explode(' ', (string)$statement['amount']);
63 63
         list($amount, $currency) = explode(' ', (string)$statement['cardamount']);
64
-        list($balance, ) = explode(' ', (string)$statement['rest']);
64
+        list($balance,) = explode(' ', (string)$statement['rest']);
65 65
         $transactionDate = \DateTime::createFromFormat(
66 66
             'Y-m-d H:i:s',
67 67
             sprintf('%s %s', (string)$statement['trandate'], (string)$statement['trantime']),
Please login to merge, or discard this patch.