From 0806c6adb39b8ec93bab17ea2d67fe29e92a6fa3 Mon Sep 17 00:00:00 2001 From: Mark1Z Date: Fri, 29 Nov 2019 18:50:05 +0200 Subject: [PATCH] fix some annotations --- Service/JobQueue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Service/JobQueue.php b/Service/JobQueue.php index 56d5567..8b61b92 100644 --- a/Service/JobQueue.php +++ b/Service/JobQueue.php @@ -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 @@ -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