Completed
Pull Request — master (#13)
by Marijan
17:08
created
src/TreeHouse/WorkerBundle/Queue.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 use Pheanstalk\Exception;
7 7
 use Pheanstalk\Job;
8 8
 use Pheanstalk\PheanstalkInterface;
9
-use Psr\Log\LoggerInterface;
10 9
 use Psr\Log\LogLevel;
10
+use Psr\Log\LoggerInterface;
11 11
 use TreeHouse\WorkerBundle\Executor\ObjectPayloadInterface;
12 12
 
13 13
 class Queue
Please login to merge, or discard this patch.
src/TreeHouse/WorkerBundle/QueueExecutor.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Pheanstalk\Job;
7
-use Psr\Log\LoggerInterface;
8 7
 use Psr\Log\LogLevel;
8
+use Psr\Log\LoggerInterface;
9 9
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
10 10
 use Symfony\Component\OptionsResolver\Exception\ExceptionInterface;
11 11
 use Symfony\Component\OptionsResolver\OptionsResolver;
Please login to merge, or discard this patch.