| @@ -16,7 +16,6 @@ | ||
| 16 | 16 | public static function broadcastOn(): array; | 
| 17 | 17 | |
| 18 | 18 | /** | 
| 19 | - * @param array $payload | |
| 20 | 19 | */ | 
| 21 | 20 | public function setPayload($data): EventInterface; | 
| 22 | 21 | |
| @@ -78,7 +78,6 @@ | ||
| 78 | 78 | } | 
| 79 | 79 | |
| 80 | 80 | /** | 
| 81 | - * @param string $id | |
| 82 | 81 | */ | 
| 83 | 82 | public function addEvent(EventInterface $event) | 
| 84 | 83 |      { | 
| @@ -3,7 +3,6 @@ | ||
| 3 | 3 | namespace SfCod\SocketIoBundle\Service; | 
| 4 | 4 | |
| 5 | 5 | use Exception; | 
| 6 | -use HTMLPurifier; | |
| 7 | 6 | use Psr\Log\LoggerInterface; | 
| 8 | 7 | use SfCod\SocketIoBundle\Events\EventInterface; | 
| 9 | 8 | use SfCod\SocketIoBundle\events\EventPolicyInterface; |