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