@@ -6,8 +6,8 @@ |
||
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 |
@@ -4,8 +4,8 @@ |
||
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; |