Completed
Branch master (7d1991)
by Peter
25:21
created
src/TreeHouse/WorkerBundle/QueueManager.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Pheanstalk\Exception;
6 6
 use Pheanstalk\Job;
7 7
 use Pheanstalk\PheanstalkInterface;
8
-use Psr\Log\LoggerInterface;
9 8
 use Psr\Log\LogLevel;
9
+use Psr\Log\LoggerInterface;
10 10
 use Psr\Log\NullLogger;
11 11
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
12 12
 use Symfony\Component\OptionsResolver\Exception\ExceptionInterface;
Please login to merge, or discard this patch.