Passed
Pull Request — master (#95)
by
unknown
05:00
created
lib/Fhp/Parser/MT940.php 1 patch
Switch Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -43,11 +43,11 @@
 block discarded – undo
43 43
 	public function parse($target)
44 44
 	{
45 45
 		switch ($target) {
46
-		case static::TARGET_ARRAY:
47
-			return $this->parseToArray();
48
-			break;
49
-		default:
50
-			throw new MT940Exception('Invalid parse type provided');
46
+		    case static::TARGET_ARRAY:
47
+			    return $this->parseToArray();
48
+			    break;
49
+		    default:
50
+			    throw new MT940Exception('Invalid parse type provided');
51 51
 		}
52 52
 	}
53 53
 
Please login to merge, or discard this patch.