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 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
     /**
49 49
      * Broadcast constructor.
50 50
      *
51
-     * @param ContainerInterface $container
52 51
      * @param RedisDriver $redis
53 52
      * @param EventManager $manager
54 53
      * @param LoggerInterface $logger
Please login to merge, or discard this 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 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,6 @@
 block discarded – undo
91 91
     /**
92 92
      * @inheritDoc
93 93
      *
94
-     * @param string $id
95 94
      * @param EventInterface $event
96 95
      */
97 96
     public function addEvent(EventInterface $event)
Please login to merge, or discard this 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.