Passed
Push — master ( 01dc81...d52b96 )
by Michiel
07:03
created
classes/phing/listener/statistics/StatisticsReport.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,8 +81,8 @@
 block discarded – undo
81 81
         $total = count($totalTimes);
82 82
         for ($i = 0; $i < $total; $i++) {
83 83
             $totalTime = $totalTimes[$i];
84
-            $round = round(100 * (double)$totalTime / $runningTotalTime);
85
-            $table->put($i + 1, self::$IDX_PERCENTAGE, (string)$round);
84
+            $round = round(100 * (double) $totalTime / $runningTotalTime);
85
+            $table->put($i + 1, self::$IDX_PERCENTAGE, (string) $round);
86 86
         }
87 87
     }
88 88
 
Please login to merge, or discard this patch.