Skip to content

Commit

Permalink
fix some annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1Z committed Nov 29, 2019
1 parent ab1502a commit 0806c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Service/JobQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function bulk(array $jobs, array $data = [], string $queue = 'default', s
/**
* Push a new job onto the queue after a delay.
*
* @param \DateTime|int $delay
* @param \DateInterval|int $delay
* @param string $job
* @param mixed $data
* @param string $queue
Expand All @@ -103,7 +103,7 @@ public function later($delay, string $job, array $data = [], string $queue = 'de
/**
* Push a new job into the queue after a delay if job does not exist.
*
* @param \DateTime|int $delay
* @param \DateInterval|int $delay
* @param string $job
* @param mixed $data
* @param string $queue
Expand Down

0 comments on commit 0806c6a

Please sign in to comment.