Test Setup Failed
Push — test ( 2056fb...8efaca )
by Jonathan
03:13
created
src/Object/Representation/MicrotimeRepresentation.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -19,6 +19,12 @@
 block discarded – undo
19 19
     public $mem_peak_real = 0;
20 20
     public $hints = array('microtime');
21 21
 
22
+    /**
23
+     * @param double $seconds
24
+     * @param integer $group
25
+     * @param double $lap
26
+     * @param double $total
27
+     */
22 28
     public function __construct($seconds, $microseconds, $group, $lap = null, $total = null, $i = 0)
23 29
     {
24 30
         parent::__construct('Microtime');
Please login to merge, or discard this patch.