Completed
Push — master ( 1dce66...d80ef0 )
by Cody
02:21
created
src/RabbitMqQueue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      *
88 88
      * @param  string $queue
89 89
      *
90
-     * @return \Illuminate\Contracts\Queue\Job|null
90
+     * @return null|RabbitMqJob
91 91
      */
92 92
     public function pop($queue = null)
93 93
     {
Please login to merge, or discard this patch.
src/RabbitMqJob.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Ccovey\LaravelRabbitMQ;
4 4
 
5 5
 use Ccovey\RabbitMQ\Producer\Message;
6
-use Ccovey\RabbitMQ\Producer\Producer;
7 6
 use Ccovey\RabbitMQ\Producer\ProducerInterface;
8 7
 use Ccovey\RabbitMQ\QueuedMessage;
9 8
 use DateTime;
Please login to merge, or discard this patch.
src/RabbitMqProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Ccovey\RabbitMQ\Connection\Connection;
6 6
 use Ccovey\RabbitMQ\Connection\ConnectionParameters;
7 7
 use Ccovey\RabbitMQ\Consumer\Consumer;
8
-use Ccovey\RabbitMQ\ExchangeDeclarer;
9 8
 use Ccovey\RabbitMQ\Producer\Producer;
10 9
 use Ccovey\RabbitMQ\QueueDeclarer;
11 10
 use Illuminate\Contracts\Foundation\Application;
Please login to merge, or discard this patch.