Completed
Push — master ( 57a73d...51c7de )
by Alexey
38:40
created
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.