Completed
Pull Request — master (#95)
by
unknown
02:49
created
lib/Tests/Fhp/Parser/MT940Test.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,8 @@
 block discarded – undo
60 60
         );
61 61
         $this->assertEquals(
62 62
             '2017-04-29',
63
-						$result[2]['date']
64
-				);
63
+                        $result[2]['date']
64
+                );
65 65
         $this->assertEquals(
66 66
             10000.00,
67 67
             $result[2]['start_balance']['amount']
Please login to merge, or discard this patch.