Completed
Push — master ( 57a73d...51c7de )
by Alexey
38:40
created
DependencyInjection/SocketIoExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Service/Broadcast.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Service/EventManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.