Completed
Push — master ( 19132b...6fa1a1 )
by Shagiakhmetov
02:36
created
src/Badoo/LiveProfilerUI/Pages/FlameGraphPage.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -360,6 +360,10 @@  discard block
 block discarded – undo
360 360
         return $texts;
361 361
     }
362 362
 
363
+    /**
364
+     * @param string $app
365
+     * @param string $label
366
+     */
363 367
     protected function getSnapshotIdsByDates($app, $label, $date1, $date2) : array
364 368
     {
365 369
         if (!$date1 || !$date2) {
@@ -373,6 +377,11 @@  discard block
 block discarded – undo
373 377
         return [$snapshot_id1, $snapshot_id2];
374 378
     }
375 379
 
380
+    /**
381
+     * @param string $param
382
+     * @param integer $snapshot_id1
383
+     * @param integer $snapshot_id2
384
+     */
376 385
     protected function getRootMethodData(array $tree, $param, $snapshot_id1, $snapshot_id2)
377 386
     {
378 387
         $root_method_id = $this->getRootMethodId($tree);
Please login to merge, or discard this patch.