From b5bef6bf358872f37da941d75df650da727922a2 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 24 Apr 2023 19:32:27 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Illuminate/Queue/InteractsWithQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Queue/InteractsWithQueue.php b/src/Illuminate/Queue/InteractsWithQueue.php index 9193b878f470..20f77925857d 100644 --- a/src/Illuminate/Queue/InteractsWithQueue.php +++ b/src/Illuminate/Queue/InteractsWithQueue.php @@ -71,7 +71,7 @@ public function fail($exception = null) public function release($delay = 0) { $delay = $delay instanceof DateTimeInterface - ? $this->secondsUntil($delay) + ? $this->secondsUntil($delay) : $delay; if ($this->job) {