Completed
Pull Request — master (#714)
by Gocha
02:19
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 $this->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.