Completed
Push — master ( c6517b...c80e22 )
by Alexey
01:42
created
Queue/RedisQueue.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     /**
192 192
      * Get the "available at" UNIX timestamp.
193 193
      *
194
-     * @param DateInterval|int $delay
194
+     * @param integer $delay
195 195
      *
196 196
      * @return int
197 197
      */
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
      *
225 225
      * @param string|null $queue
226 226
      *
227
-     * @return JobContractInterface|null
227
+     * @return null|JobContract
228 228
      */
229 229
     public function pop(?string $queue = null): ?JobContractInterface
230 230
     {
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
      * @param string $queue
254 254
      * @param string $id
255 255
      *
256
-     * @return JobContractInterface|null
256
+     * @return null|JobContract
257 257
      */
258 258
     public function getJobById(string $queue, string $id): ?JobContractInterface
259 259
     {
Please login to merge, or discard this patch.