Completed
Push — 2.0 ( 2f2bc4...95e7c3 )
by Marco
35:36 queued 01:24
created
src/Comodojo/Extender/Task/Request.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     /**
165 165
      * Get start timestamp (microseconds)
166 166
      *
167
-     * @return float
167
+     * @return integer
168 168
      */
169 169
     public function getStartTimestamp() {
170 170
 
@@ -283,6 +283,10 @@  discard block
 block discarded – undo
283 283
 
284 284
     }
285 285
 
286
+    /**
287
+     * @param string $name
288
+     * @param string $task
289
+     */
286 290
     public static function create($name, $task, TaskParameters $parameters = null) {
287 291
 
288 292
         return new Request($name, $task, $parameters);
Please login to merge, or discard this patch.