Completed
Push — master ( 5cf142...74b560 )
by T
28:55 queued 26:28
created
src/tomzx/Profiler/StackBasedProfiler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@
 block discarded – undo
56 56
         array_pop($this->stack);
57 57
     }
58 58
 
59
+    /**
60
+     * @param double $time
61
+     */
59 62
     private function getMicroseconds($time): int
60 63
     {
61 64
         return (int)(($time) * 10 ** 6);
Please login to merge, or discard this patch.