Skip to content

Commit b5bef6b

Browse files
committed
Apply fixes from StyleCI
1 parent 846d1a0 commit b5bef6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/InteractsWithQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function fail($exception = null)
7171
public function release($delay = 0)
7272
{
7373
$delay = $delay instanceof DateTimeInterface
74-
? $this->secondsUntil($delay)
74+
? $this->secondsUntil($delay)
7575
: $delay;
7676

7777
if ($this->job) {

0 commit comments

Comments
 (0)