Completed
Push — master ( 3a4053...b3281c )
by Mike
08:38 queued 06:16
created
DataCollector/DoctrineDataCollector.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -233,6 +233,9 @@
 block discarded – undo
233 233
         return $groupedQueries;
234 234
     }
235 235
 
236
+    /**
237
+     * @param integer $totalExecutionTimeMS
238
+     */
236 239
     private function executionTimePercentage($executionTimeMS, $totalExecutionTimeMS)
237 240
     {
238 241
         if ($totalExecutionTimeMS === 0.0 || $totalExecutionTimeMS === 0) {
Please login to merge, or discard this patch.