Completed
Pull Request — master (#95)
by
unknown
05:12
created
lib/Fhp/Parser/MT940.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
 
94 94
 					preg_match('/^\d{6}(\d{4})?(C|D|RC|RD)[A-Z]?([^N]+)N/', $transaction, $matches);
95 95
 
96
-					switch($matches[2]) {
96
+					switch ($matches[2]) {
97 97
 					case 'C':
98 98
 						$currentTrx['credit_debit'] = static::CD_CREDIT;
99 99
 						break;
Please login to merge, or discard this patch.