Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 24, 2023
1 parent 846d1a0 commit b5bef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/InteractsWithQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b5bef6b

Please sign in to comment.