Completed
Push — master ( ab1502...0806c6 )
by
unknown
37:38
created
Service/JobQueue.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * Push a new job onto the queue after a delay.
89 89
      *
90
-     * @param \DateInterval|int $delay
90
+     * @param integer $delay
91 91
      * @param string $job
92 92
      * @param mixed $data
93 93
      * @param string $queue
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Push a new job into the queue after a delay if job does not exist.
105 105
      *
106
-     * @param \DateInterval|int $delay
106
+     * @param integer $delay
107 107
      * @param string $job
108 108
      * @param mixed $data
109 109
      * @param string $queue
Please login to merge, or discard this patch.