Completed
Push — master ( 223a4c...fcbd63 )
by Peter
02:34
created
src/Listener/Locator/VoterLocator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param EventInterface $event
25 25
      *
26
-     * @return ListenerInterface[]
26
+     * @return ListenerCollection
27 27
      */
28 28
     public function getListenersForEvent(EventInterface $event)
29 29
     {
Please login to merge, or discard this patch.
src/Listener/Locator/EventClassLocator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param EventInterface $event
25 25
      *
26
-     * @return ListenerInterface[]
26
+     * @return ListenerCollection
27 27
      */
28 28
     public function getListenersForEvent(EventInterface $event)
29 29
     {
Please login to merge, or discard this patch.