Completed
Push — master ( 5e843b...d6e977 )
by Alexey
39:04
created
Events/EventInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Service/EventManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,6 @@
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-     * @param string $id
82 81
      */
83 82
     public function addEvent(EventInterface $event)
84 83
     {
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
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.