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 04b760d commit 7358eddCopy full SHA for 7358edd
src/Queue/Jobs/RabbitMQJob.php
@@ -135,9 +135,9 @@ public function release($delay = 0): void
135
/**
136
* Get the job identifier.
137
*
138
- * @return string
+ * @return string|null
139
*/
140
- public function getJobId(): string
+ public function getJobId(): ?string
141
{
142
return $this->message->getCorrelationId();
143
}
0 commit comments