Skip to content

Commit

Permalink
Update InteractsWithQueue::$job PHPDoc (#45195)
Browse files Browse the repository at this point in the history
InteractsWithQueue::$job is a nullable property
  • Loading branch information
villfa authored Dec 6, 2022
1 parent fe3d1bf commit 68a9ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/InteractsWithQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait InteractsWithQueue
/**
* The underlying queue job instance.
*
* @var \Illuminate\Contracts\Queue\Job
* @var \Illuminate\Contracts\Queue\Job|null
*/
public $job;

Expand Down

0 comments on commit 68a9ff3

Please sign in to comment.