We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3d1bf commit 68a9ff3Copy full SHA for 68a9ff3
src/Illuminate/Queue/InteractsWithQueue.php
@@ -9,7 +9,7 @@ trait InteractsWithQueue
9
/**
10
* The underlying queue job instance.
11
*
12
- * @var \Illuminate\Contracts\Queue\Job
+ * @var \Illuminate\Contracts\Queue\Job|null
13
*/
14
public $job;
15
0 commit comments