Add better phpdoc message for getListeners method of the EventDispatcher

This commit is contained in:
Baptiste Dupuch 2015-04-13 12:57:04 +02:00
parent 5d428b7091
commit c3eecb591d

View File

@ -77,7 +77,7 @@ interface EventDispatcherInterface
public function removeSubscriber(EventSubscriberInterface $subscriber); public function removeSubscriber(EventSubscriberInterface $subscriber);
/** /**
* Gets the listeners of a specific event or all listeners. * Gets the listeners of a specific event or all listeners sorted by descending priority.
* *
* @param string $eventName The name of the event * @param string $eventName The name of the event
* *