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 d06427b commit bbfe62aCopy full SHA for bbfe62a
src/Queue/Jobs/RabbitMQJob.php
@@ -70,7 +70,7 @@ public function getRawBody(): string
70
/**
71
* {@inheritdoc}
72
*/
73
- public function attempts(): int
+ public function attempts()
74
{
75
if (! $data = $this->getRabbitMQMessageHeaders()) {
76
return 1;
@@ -99,7 +99,7 @@ public function markAsFailed(): void
99
*
100
* @throws BindingResolutionException
101
102
- public function delete(): void
+ public function delete()
103
104
parent::delete();
105
@@ -122,7 +122,7 @@ public function delete(): void
122
123
* @throws AMQPProtocolChannelException
124
125
- public function release($delay = 0): void
+ public function release($delay = 0)
126
127
parent::release();
128
0 commit comments