Completed
Pull Request — master (#95)
by
unknown
04:08
created
lib/Fhp/Parser/MT940.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
                     
103 103
                     preg_match('/^\d{6}(\d{4})?(C|D|RC|RD)[A-Z]?([^N]+)N/', $transaction, $trxMatch);
104 104
                     
105
-                    switch($trxMatch[2]) {
105
+                    switch ($trxMatch[2]) {
106 106
                         case 'C':
107 107
                         $currentTrx['credit_debit'] = static::CD_CREDIT;
108 108
                         break;
Please login to merge, or discard this patch.