@@ -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; |
@@ -48,7 +48,6 @@ |
||
| 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 |
@@ -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; |
@@ -91,7 +91,6 @@ |
||
| 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) |
@@ -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; |