Skip to content

Commit 68a9ff3

Browse files
authored
Update InteractsWithQueue::$job PHPDoc (#45195)
InteractsWithQueue::$job is a nullable property
1 parent fe3d1bf commit 68a9ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/InteractsWithQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trait InteractsWithQueue
99
/**
1010
* The underlying queue job instance.
1111
*
12-
* @var \Illuminate\Contracts\Queue\Job
12+
* @var \Illuminate\Contracts\Queue\Job|null
1313
*/
1414
public $job;
1515

0 commit comments

Comments
 (0)