Skip to content

Commit 2461055

Browse files
authored
[8.x] Fix docblock for WithoutOverlapping class (#42813)
1 parent a02b1a3 commit 2461055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Middleware/WithoutOverlapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function handle($job, $next)
8080
/**
8181
* Set the delay (in seconds) to release the job back to the queue.
8282
*
83-
* @param int $releaseAfter
83+
* @param \DateTimeInterface|int $releaseAfter
8484
* @return $this
8585
*/
8686
public function releaseAfter($releaseAfter)

0 commit comments

Comments
 (0)