Skip to content

Commit e7dedb5

Browse files
weotchtaylorotwell
authored andcommitted
[5.4] Documenting that release may return a value (#18291)
* Documenting that release may return a value See 52f0d5f * Update Job.php
1 parent 4a9e589 commit e7dedb5

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Contracts/Queue

1 file changed

+1
-1
lines changed

src/Illuminate/Contracts/Queue/Job.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function fire();
1515
* Release the job back into the queue.
1616
*
1717
* @param int $delay
18-
* @return void
18+
* @return mixed
1919
*/
2020
public function release($delay = 0);
2121

0 commit comments

Comments
 (0)