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