Completed
Branch master (1eabda)
by Alexey
38:16
created
Events/EventInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
     public static function broadcastOn(): array;
21 21
 
22 22
     /**
23
-     * @param array $payload
24 23
      *
25 24
      * @return EventInterface
26 25
      */
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\DBAL\Connection;
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.