Completed
Push — master ( 57a73d...51c7de )
by Alexey
38:40
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
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.
Service/EventManager.php 1 patch
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.