@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use SfCod\SocketIoBundle\Service\RedisDriver; |
| 16 | 16 | use SfCod\SocketIoBundle\Service\Worker; |
| 17 | 17 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 18 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 19 | 18 | use Symfony\Component\DependencyInjection\Definition; |
| 20 | 19 | use Symfony\Component\DependencyInjection\Extension\Extension; |
| 21 | 20 | use Symfony\Component\DependencyInjection\Reference; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManagerInterface; |
| 6 | 6 | use Exception; |
| 7 | -use HTMLPurifier; |
|
| 8 | 7 | use Psr\Log\LoggerInterface; |
| 9 | 8 | use SfCod\SocketIoBundle\Events\EventInterface; |
| 10 | 9 | use SfCod\SocketIoBundle\events\EventPolicyInterface; |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace SfCod\SocketIoBundle\Service; |
| 4 | 4 | |
| 5 | -use SfCod\QueueBundle\Base\JobInterface; |
|
| 6 | -use SfCod\QueueBundle\Exception\JobNotFoundException; |
|
| 7 | 5 | use SfCod\SocketIoBundle\Events\EventInterface; |
| 8 | 6 | use SfCod\SocketIoBundle\Exception\EventDuplicateException; |
| 9 | 7 | use SfCod\SocketIoBundle\Exception\EventNotFoundException; |