We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1eb9e commit 7f46d58Copy full SHA for 7f46d58
src/Illuminate/Queue/Middleware/WithoutOverlapping.php
@@ -105,7 +105,7 @@ public function dontRelease()
105
/**
106
* Set the maximum number of seconds that can elapse before the lock is released.
107
*
108
- * @param \DateTimeInterface|int $expiresAfter
+ * @param \DateTimeInterface|\DateInterval|int $expiresAfter
109
* @return $this
110
*/
111
public function expireAfter($expiresAfter)
0 commit comments