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