Completed
Branch master (75f1cc)
by Eser
05:19
created
src/Testing/Testing.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
         foreach ($uTestClasses as $tTestClass) {
50 50
             $uFormatter->writeHeader(2, $tTestClass);
51 51
 
52
-            $tInstance = new $tTestClass ();
52
+            $tInstance = new $tTestClass();
53 53
             $tInstance->test();
54 54
 
55 55
             if ($tInstance->isFailed) {
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
 
114 114
         $tFinal = [
115 115
             "files" => [],
116
-            "total" => [ "coveredLines" => 0, "totalLines" => 0 ]
116
+            "total" => ["coveredLines" => 0, "totalLines" => 0]
117 117
         ];
118 118
 
119 119
         foreach ($tCoverageData as $tPath => $tLines) {
Please login to merge, or discard this patch.