Completed
Push — master ( 008bc0...0640ce )
by
unknown
46:22 queued 05:29
created
Job/MongoJobContract.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 SfCod\QueueBundle\Base\JobInterface;
6 6
 use SfCod\QueueBundle\Base\JobResolverInterface;
7 7
 use SfCod\QueueBundle\Queue\QueueInterface;
8
-use stdClass;
9 8
 
10 9
 /**
11 10
  * MongoJob for laravel queue
Please login to merge, or discard this patch.
Tests/Service/JobQueueTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use SfCod\QueueBundle\Service\JobQueue;
9 9
 use SfCod\QueueBundle\Service\QueueManager;
10 10
 use SfCod\QueueBundle\Tests\Data\LoadTrait;
11
-use SfCod\SocketIoBundle\Service\Broadcast;
12 11
 
13 12
 /**
14 13
  * Class JobQueueTest
Please login to merge, or discard this patch.