Skip to content

Commit

Permalink
[5.4] Documenting that release may return a value (#18291)
Browse files Browse the repository at this point in the history
* Documenting that release may return a value

See 52f0d5f

* Update Job.php
  • Loading branch information
weotch authored and taylorotwell committed Mar 9, 2017
1 parent 4a9e589 commit e7dedb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/Queue/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function fire();
* Release the job back into the queue.
*
* @param int $delay
* @return void
* @return mixed
*/
public function release($delay = 0);

Expand Down

0 comments on commit e7dedb5

Please sign in to comment.