Skip to content

Commit 518bfcb

Browse files
authored
Merge pull request vyuldashev#86 from vladimir-yuldashev/analysis-8bDj5Y
Applied fixes from StyleCI
2 parents 4497bd9 + 6f64990 commit 518bfcb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/RabbitMQQueue.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ public function pop($queue = null)
154154
if ($message instanceof AMQPMessage) {
155155
return new RabbitMQJob($this->container, $this, $this->channel, $queue, $message);
156156
}
157-
158-
return null;
159157
}
160158

161159
/**
@@ -291,5 +289,4 @@ public function getCorrelationId()
291289
{
292290
return $this->correlationId ?: uniqid();
293291
}
294-
295292
}

0 commit comments

Comments
 (0)