Skip to content

Commit

Permalink
[5.7] Update docblock on Job contract's "release" method (#25998)
Browse files Browse the repository at this point in the history
* update docblock on InteractsWithQueue::release()

Fixes #25915

* Update InteractsWithQueue.php

* update Job contract "release" docblock
  • Loading branch information
svenluijten authored and taylorotwell committed Oct 8, 2018
1 parent 607d194 commit f59f0bd
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 @@ -29,7 +29,7 @@ public function fire();
* Release the job back into the queue.
*
* @param int $delay
* @return mixed
* @return void
*/
public function release($delay = 0);

Expand Down

0 comments on commit f59f0bd

Please sign in to comment.