Skip to content

Commit

Permalink
"patch" for 5.5 documentation, 5.6 includes the methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Peterson committed Oct 4, 2017
1 parent 5069e7a commit abd30a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Illuminate/Contracts/Queue/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace Illuminate\Contracts\Queue;

/**
* @mixin \Illuminate\Queue\Jobs\Job
*
* @method int getJobId()
*/
interface Job
{
/**
Expand Down

0 comments on commit abd30a9

Please sign in to comment.