@@ -22,7 +22,7 @@ |
||
| 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 | { |
@@ -23,7 +23,7 @@ |
||
| 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 | { |